#AA40C6

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

Shades of Dark Orchid #AA40C6

Tints of Dark Orchid #AA40C6

Color information

#AA40C6 (or 0xAA40C6) is unknown color: approx Dark Orchid. HEX triplet: AA, 40 and C6. RGB value is (170,64,198). Sum of RGB (Red+Green+Blue) = 170+64+198=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA40C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40C6 is #55BF39. Grayscale: #6E6E6E. Windows color (decimal): -5619514 or 12992682. OLE color: 12992682.

HSL color Cylindrical-coordinate representation of color #AA40C6: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA40C6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17064198-
CMYK0.140.6800.22
HSL287.46º54.03%51.37%-
HSV(B)287.46º67.68%77.65%-
XYZ28.616.2955.06-
YUV110.97177.12170.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 64 (25.39% from 255) = 14.81%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=39.35%
G=14.81%
B=45.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170641980.140.6800.22287.4654.0351.37
HexAA40C6E4401611f3633
Octal252100306161040264376663
Binary1010101010000001100011011101000100010110100011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40C6; }

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

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

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

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

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

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

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

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