Html Css Color HEX #AA41BA Deep Lilac

📋 copy color: '#AA41BA'

red 170 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #AA41BA

Tints of Deep Lilac #AA41BA

RGB

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

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

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

R = 40.38%
G = 15.44%
B = 44.18%

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

#AA41BA (or 0xAA41BA) is known color: Deep Lilac. HEX triplet: AA, 41 and BA. RGB value is (170,65,186). Sum of RGB (Red+Green+Blue) = 170+65+186=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41BA is #55BE45. Grayscale: #6D6D6D. Windows color (decimal): -5619270 or 12206506. OLE color: 12206506.

HSL color Cylindrical-coordinate representation of color #AA41BA: hue angle of 292.07º 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 #AA41BA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 65 186 -
CMYK 0.09 0.65 0 0.27
HSL 292.07º 0.48% 0.49% -
HSV(B) 292.07º 0.65% 0.73% -
XYZ 27.33 15.87 48.08 -
YUV 110.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 170 65 186 0.09 0.65 0 0.27 292.07 0.48 0.49
Hex AA 41 BA 9 41 0 1B 124 30 31
Octal 252 101 272 11 101 0 33 444 60 61
Binary 10101010 1000001 10111010 1001 1000001 0 11011 100100100 110000 110001

Color Harmonies of #AA41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41BA

Black with #AA41BA

Text Example


Text Example

White with #AA41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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