Html Css Color HEX #AA41BB Deep Lilac

📋 copy color: '#AA41BB'

red 170 ◦ green 65 ◦ blue 187

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

Shades of Deep Lilac #AA41BB

Tints of Deep Lilac #AA41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 40.28%
G = 15.4%
B = 44.31%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA41BB (or 0xAA41BB) is known color: Deep Lilac. HEX triplet: AA, 41 and BB. RGB value is (170,65,187). Sum of RGB (Red+Green+Blue) = 170+65+187=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA41BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41BB is #55BE44. Grayscale: #6D6D6D. Windows color (decimal): -5619269 or 12272042. OLE color: 12272042.

HSL color Cylindrical-coordinate representation of color #AA41BB: hue angle of 291.64º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA41BB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 65 187 -
CMYK 0.09 0.65 0 0.27
HSL 291.64º 0.48% 0.49% -
HSV(B) 291.64º 0.65% 0.73% -
XYZ 27.44 15.91 48.64 -
YUV 110.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 170 65 187 0.09 0.65 0 0.27 291.64 0.48 0.49
Hex AA 41 BB 9 41 0 1B 124 30 31
Octal 252 101 273 11 101 0 33 444 60 61
Binary 10101010 1000001 10111011 1001 1000001 0 11011 100100100 110000 110001

Color Harmonies of #AA41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41BB

Black with #AA41BB

Text Example


Text Example

White with #AA41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41BB; }

 p { color: rgb(170,65,187); }

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

background-color css

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

 a { background-color: rgb(170,65,187); }

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

border-color css

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

 span { border-color: rgb(170,65,187); }

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