#AA1CC0

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

Shades of Dark Orchid #AA1CC0

Tints of Dark Orchid #AA1CC0

Color information

#AA1CC0 (or 0xAA1CC0) is unknown color: approx Dark Orchid. HEX triplet: AA, 1C and C0. RGB value is (170,28,192). Sum of RGB (Red+Green+Blue) = 170+28+192=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA1CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CC0 is #55E33F. Grayscale: #585858. Windows color (decimal): -5628736 or 12590250. OLE color: 12590250.

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

Color convert

RGB17028192-
CMYK0.110.8500.25
HSL291.95º74.55%43.14%-
HSV(B)291.95º85.42%75.29%-
XYZ26.5113.1851.02-
YUV89.15186.04185.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 28 (11.33% from 255) = 7.18%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=43.59%
G=7.18%
B=49.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170281920.110.8500.25291.9574.5543.14
HexAA1CC0B550191244b2b
Octal252343001312503144411353
Binary101010101110011000000101110101010110011001001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CC0; }

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

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

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

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

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

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

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

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