#AA16B9

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

Shades of Dark Orchid #AA16B9

Tints of Dark Orchid #AA16B9

Color information

#AA16B9 (or 0xAA16B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 16 and B9. RGB value is (170,22,185). Sum of RGB (Red+Green+Blue) = 170+22+185=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA16B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16B9 is #55E946. Grayscale: #545454. Windows color (decimal): -5630279 or 12129962. OLE color: 12129962.

HSL color Cylindrical-coordinate representation of color #AA16B9: hue angle of 294.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16B9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17022185-
CMYK0.080.8800.27
HSL294.48º78.74%40.59%-
HSV(B)294.48º88.11%72.55%-
XYZ25.6212.6246.98-
YUV84.83184.53188.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 185 (72.66% from 255) = 49.07%
R=45.09%
G=5.84%
B=49.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170221850.080.8800.27294.4878.7440.59
HexAA16B985801B1264f29
Octal252262711013003344611751
Binary101010101011010111001100010110000110111001001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA16B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA16B9; }

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

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

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

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

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

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

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

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