#AA4CBC

Color #AA4CBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA4CBC

Tints of Deep Lilac #AA4CBC

Color information

#AA4CBC (or 0xAA4CBC) is unknown color: approx Deep Lilac. HEX triplet: AA, 4C and BC. RGB value is (170,76,188). Sum of RGB (Red+Green+Blue) = 170+76+188=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CBC is #55B343. Grayscale: #747474. Windows color (decimal): -5616452 or 12340394. OLE color: 12340394.

HSL color Cylindrical-coordinate representation of color #AA4CBC: hue angle of 290.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4CBC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17076188-
CMYK0.100.6000.26
HSL290.36º45.53%51.76%-
HSV(B)290.36º59.57%73.73%-
XYZ28.2417.3549.44-
YUV116.87168.14165.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=39.17%
G=17.51%
B=43.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170761880.100.6000.26290.3645.5351.76
HexAA4CBCA3C01A1222e34
Octal25211427412740324425664
Binary101010101001100101111001010111100011010100100010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CBC; }

 p { color: rgb(170,76,188); }

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

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

 a { background-color: rgb(170,76,188); }

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

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

 span { border-color: rgb(170,76,188); }

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