#AA45BC

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

Shades of Deep Lilac #AA45BC

Tints of Deep Lilac #AA45BC

Color information

#AA45BC (or 0xAA45BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 45 and BC. RGB value is (170,69,188). Sum of RGB (Red+Green+Blue) = 170+69+188=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45BC is #55BA43. Grayscale: #707070. Windows color (decimal): -5618244 or 12338602. OLE color: 12338602.

HSL color Cylindrical-coordinate representation of color #AA45BC: hue angle of 290.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA45BC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17069188-
CMYK0.100.6300.26
HSL290.92º47.04%50.39%-
HSV(B)290.92º63.3%73.73%-
XYZ27.7816.4349.28-
YUV112.76170.46168.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=39.81%
G=16.16%
B=44.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170691880.100.6300.26290.9247.0450.39
HexAA45BCA3F01A1232f32
Octal25210527412770324435762
Binary101010101000101101111001010111111011010100100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45BC; }

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

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

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

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

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

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

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

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