#aa3bc6

Color #AA3BC6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA3BC6

Tints of Dark Orchid #AA3BC6

Color information

#AA3BC6 (or 0xAA3BC6) is unknown color: approx Dark Orchid. HEX triplet: AA, 3B and C6. RGB value is (170,59,198). Sum of RGB (Red+Green+Blue) = 170+59+198=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA3BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BC6 is #55C439. Grayscale: #6B6B6B. Windows color (decimal): -5620794 or 12991402. OLE color: 12991402.

HSL color Cylindrical-coordinate representation of color #AA3BC6: hue angle of 287.91º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3BC6 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17059198-
CMYK0.140.7000.22
HSL287.91º54.94%50.39%-
HSV(B)287.91º70.2%77.65%-
XYZ28.3315.7554.97-
YUV108.04178.77172.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 59 (23.44% from 255) = 13.82%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=39.81%
G=13.82%
B=46.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170591980.140.7000.22287.9154.9450.39
HexAA3BC6E460161203732
Octal25273306161060264406762
Binary101010101110111100011011101000110010110100100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3bc6; }

 p { color: rgb(170,59,198); }

 H1.HeaderClassName
 {
   color: #aa3bc6;
 }
 .AnyTagClassName
 {
   color: #aa3bc6;
 }
</style>
background-color css

<style>
 a { background-color: #aa3bc6; }

 a { background-color: rgb(170,59,198); }

 div.DivClassName
 {
   background-color: #aa3bc6;
 }
 .BgClassName
 {
   background-color: #aa3bc6;
 }
</style>
border-color css

<style>
 span { border-color: #aa3bc6; }

 span { border-color: rgb(170,59,198); }

 td.TdClassName
 {
   border-color: #aa3bc6;
 }
 .TagClassName
 {
   border-color: #aa3bc6;
 }
</style>