#AA1AC0

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

Shades of Dark Orchid #AA1AC0

Tints of Dark Orchid #AA1AC0

Color information

#AA1AC0 (or 0xAA1AC0) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and C0. RGB value is (170,26,192). Sum of RGB (Red+Green+Blue) = 170+26+192=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA1AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC0 is #55E53F. Grayscale: #575757. Windows color (decimal): -5629248 or 12589738. OLE color: 12589738.

HSL color Cylindrical-coordinate representation of color #AA1AC0: hue angle of 292.05º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AC0 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17026192-
CMYK0.110.8600.25
HSL292.05º76.15%42.75%-
HSV(B)292.05º86.46%75.29%-
XYZ26.4613.0951-
YUV87.98186.71186.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 26 (10.55% from 255) = 6.70%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=43.81%
G=6.70%
B=49.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170261920.110.8600.25292.0576.1542.75
HexAA1AC0B560191244c2b
Octal252323001312603144411453
Binary101010101101011000000101110101100110011001001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1AC0; }

 p { color: rgb(170,26,192); }

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

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

 a { background-color: rgb(170,26,192); }

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

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

 span { border-color: rgb(170,26,192); }

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