#AA1CAC

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

Shades of Dark Orchid #AA1CAC

Tints of Dark Orchid #AA1CAC

Color information

#AA1CAC (or 0xAA1CAC) is unknown color: approx Dark Orchid. HEX triplet: AA, 1C and AC. RGB value is (170,28,172). Sum of RGB (Red+Green+Blue) = 170+28+172=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CAC is #55E353. Grayscale: #565656. Windows color (decimal): -5628756 or 11279530. OLE color: 11279530.

HSL color Cylindrical-coordinate representation of color #AA1CAC: hue angle of 299.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1CAC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17028172-
CMYK0.010.8400.33
HSL299.17º72%39.22%-
HSV(B)299.17º83.72%67.45%-
XYZ24.4412.3640.13-
YUV86.87176.04187.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=45.95%
G=7.57%
B=46.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170281720.010.8400.33299.177239.22
HexAA1CAC15402112b4827
Octal25234254112404145311047
Binary1010101011100101011001101010001000011001010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CAC; }

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

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

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

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

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

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

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

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