Html Css Color HEX #AA40BC Deep Lilac

📋 copy color: '#AA40BC'

red 170 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #AA40BC

Tints of Deep Lilac #AA40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 40.28%
G = 15.17%
B = 44.55%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA40BC (or 0xAA40BC) is known color: Deep Lilac. HEX triplet: AA, 40 and BC. RGB value is (170,64,188). Sum of RGB (Red+Green+Blue) = 170+64+188=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40BC is #55BF43. Grayscale: #6D6D6D. Windows color (decimal): -5619524 or 12337322. OLE color: 12337322.

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

Color convert

RGB 170 64 188 -
CMYK 0.10 0.66 0 0.26
HSL 291.29º 0.49% 0.49% -
HSV(B) 291.29º 0.66% 0.74% -
XYZ 27.49 15.84 49.19 -
YUV 109.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 170 64 188 0.10 0.66 0 0.26 291.29 0.49 0.49
Hex AA 40 BC A 42 0 1A 123 31 31
Octal 252 100 274 12 102 0 32 443 61 61
Binary 10101010 1000000 10111100 1010 1000010 0 11010 100100011 110001 110001

Color Harmonies of #AA40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40BC

Black with #AA40BC

Text Example


Text Example

White with #AA40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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