Html Css Color HEX #AA48BA Deep Lilac

📋 copy color: '#AA48BA'

red 170 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #AA48BA

Tints of Deep Lilac #AA48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.82%

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

R = 39.72%
G = 16.82%
B = 43.46%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA48BA (or 0xAA48BA) is known color: Deep Lilac. HEX triplet: AA, 48 and BA. RGB value is (170,72,186). Sum of RGB (Red+Green+Blue) = 170+72+186=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48BA is #55B745. Grayscale: #717171. Windows color (decimal): -5617478 or 12208298. OLE color: 12208298.

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

Color convert

RGB 170 72 186 -
CMYK 0.09 0.61 0 0.27
HSL 291.58º 0.45% 0.51% -
HSV(B) 291.58º 0.61% 0.73% -
XYZ 27.76 16.73 48.22 -
YUV 114.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 170 72 186 0.09 0.61 0 0.27 291.58 0.45 0.51
Hex AA 48 BA 9 3D 0 1B 124 2D 33
Octal 252 110 272 11 75 0 33 444 55 63
Binary 10101010 1001000 10111010 1001 111101 0 11011 100100100 101101 110011

Color Harmonies of #AA48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48BA

Black with #AA48BA

Text Example


Text Example

White with #AA48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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