Html Css Color HEX #AA44BF Deep Lilac

📋 copy color: '#AA44BF'

red 170 ◦ green 68 ◦ blue 191

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

Shades of Deep Lilac #AA44BF

Tints of Deep Lilac #AA44BF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 39.63%
G = 15.85%
B = 44.52%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA44BF (or 0xAA44BF) is known color: Deep Lilac. HEX triplet: AA, 44 and BF. RGB value is (170,68,191). Sum of RGB (Red+Green+Blue) = 170+68+191=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA44BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44BF is #55BB40. Grayscale: #707070. Windows color (decimal): -5618497 or 12534954. OLE color: 12534954.

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

Color convert

RGB 170 68 191 -
CMYK 0.11 0.64 0 0.25
HSL 289.76º 0.49% 0.51% -
HSV(B) 289.76º 0.64% 0.75% -
XYZ 28.05 16.44 50.99 -
YUV 112.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 170 68 191 0.11 0.64 0 0.25 289.76 0.49 0.51
Hex AA 44 BF B 40 0 19 122 31 33
Octal 252 104 277 13 100 0 31 442 61 63
Binary 10101010 1000100 10111111 1011 1000000 0 11001 100100010 110001 110011

Color Harmonies of #AA44BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44BF

Black with #AA44BF

Text Example


Text Example

White with #AA44BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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