Html Css Color HEX #AA4BBA Deep Lilac

📋 copy color: '#AA4BBA'

red 170 ◦ green 75 ◦ blue 186

#AA4BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AA4BBA

Tints of Deep Lilac #AA4BBA

RGB

 RED value IS 170 (66.8% from 255) = 39.44%

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 39.44%
G = 17.4%
B = 43.16%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA4BBA (or 0xAA4BBA) is known color: Deep Lilac. HEX triplet: AA, 4B and BA. RGB value is (170,75,186). Sum of RGB (Red+Green+Blue) = 170+75+186=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BBA is #55B445. Grayscale: #737373. Windows color (decimal): -5616710 or 12209066. OLE color: 12209066.

HSL color Cylindrical-coordinate representation of color #AA4BBA: hue angle of 291.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4BBA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 75 186 -
CMYK 0.09 0.60 0 0.27
HSL 291.35º 0.45% 0.51% -
HSV(B) 291.35º 0.6% 0.73% -
XYZ 27.96 17.12 48.29 -
YUV 116.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 170 75 186 0.09 0.60 0 0.27 291.35 0.45 0.51
Hex AA 4B BA 9 3C 0 1B 123 2D 33
Octal 252 113 272 11 74 0 33 443 55 63
Binary 10101010 1001011 10111010 1001 111100 0 11011 100100011 101101 110011

Color Harmonies of #AA4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BBA

Black with #AA4BBA

Text Example


Text Example

White with #AA4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BBA; }

 p { color: rgb(170,75,186); }

 H1.HeaderClassName
 {
   color: #AA4BBA;
 }
 .AnyTagClassName
 {
   color: #AA4BBA;
 }
</style>

background-color css

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

 a { background-color: rgb(170,75,186); }

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

border-color css

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

 span { border-color: rgb(170,75,186); }

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