Html Css Color HEX #AA48BF Deep Lilac

📋 copy color: '#AA48BF'

red 170 ◦ green 72 ◦ blue 191

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

Shades of Deep Lilac #AA48BF

Tints of Deep Lilac #AA48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 39.26%
G = 16.63%
B = 44.11%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA48BF (or 0xAA48BF) is known color: Deep Lilac. HEX triplet: AA, 48 and BF. RGB value is (170,72,191). Sum of RGB (Red+Green+Blue) = 170+72+191=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA48BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48BF is #55B740. Grayscale: #727272. Windows color (decimal): -5617473 or 12535978. OLE color: 12535978.

HSL color Cylindrical-coordinate representation of color #AA48BF: hue angle of 289.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA48BF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 72 191 -
CMYK 0.11 0.62 0 0.25
HSL 289.41º 0.48% 0.52% -
HSV(B) 289.41º 0.62% 0.75% -
XYZ 28.3 16.94 51.07 -
YUV 114.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 170 72 191 0.11 0.62 0 0.25 289.41 0.48 0.52
Hex AA 48 BF B 3E 0 19 121 30 34
Octal 252 110 277 13 76 0 31 441 60 64
Binary 10101010 1001000 10111111 1011 111110 0 11001 100100001 110000 110100

Color Harmonies of #AA48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48BF

Black with #AA48BF

Text Example


Text Example

White with #AA48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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