#AA16B6

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

Shades of Dark Orchid #AA16B6

Tints of Dark Orchid #AA16B6

Color information

#AA16B6 (or 0xAA16B6) is unknown color: approx Dark Orchid. HEX triplet: AA, 16 and B6. RGB value is (170,22,182). Sum of RGB (Red+Green+Blue) = 170+22+182=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA16B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16B6 is #55E949. Grayscale: #545454. Windows color (decimal): -5630282 or 11933354. OLE color: 11933354.

HSL color Cylindrical-coordinate representation of color #AA16B6: hue angle of 295.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16B6 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17022182-
CMYK0.070.8800.29
HSL295.5º78.43%40%-
HSV(B)295.5º87.91%71.37%-
XYZ25.3112.545.33-
YUV84.49183.03188.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 5.88%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=45.45%
G=5.88%
B=48.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170221820.070.8800.29295.578.4340
HexAA16B675801D1284e28
Octal25226266713003545011650
Binary10101010101101011011011110110000111011001010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA16B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA16B6; }

 p { color: rgb(170,22,182); }

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

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

 a { background-color: rgb(170,22,182); }

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

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

 span { border-color: rgb(170,22,182); }

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