#AA4CBE

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

Shades of Deep Lilac #AA4CBE

Tints of Deep Lilac #AA4CBE

Color information

#AA4CBE (or 0xAA4CBE) is unknown color: approx Deep Lilac. HEX triplet: AA, 4C and BE. RGB value is (170,76,190). Sum of RGB (Red+Green+Blue) = 170+76+190=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA4CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CBE is #55B341. Grayscale: #747474. Windows color (decimal): -5616450 or 12471466. OLE color: 12471466.

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

Color convert

RGB17076190-
CMYK0.110.6000.25
HSL289.47º46.72%52.16%-
HSV(B)289.47º60%74.51%-
XYZ28.4617.4350.58-
YUV117.1169.14165.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 76 (30.08% from 255) = 17.43%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=38.99%
G=17.43%
B=43.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170761900.110.6000.25289.4746.7252.16
HexAA4CBEB3C0191212f34
Octal25211427613740314415764
Binary101010101001100101111101011111100011001100100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CBE; }

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

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

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

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

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

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

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

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