Html Css Color HEX #AA60BF Deep Lilac

📋 copy color: '#AA60BF'

red 170 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #AA60BF

Tints of Deep Lilac #AA60BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 37.2%
G = 21.01%
B = 41.79%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA60BF (or 0xAA60BF) is known color: Deep Lilac. HEX triplet: AA, 60 and BF. RGB value is (170,96,191). Sum of RGB (Red+Green+Blue) = 170+96+191=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60BF is #559F40. Grayscale: #808080. Windows color (decimal): -5611329 or 12542122. OLE color: 12542122.

HSL color Cylindrical-coordinate representation of color #AA60BF: hue angle of 286.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA60BF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 96 191 -
CMYK 0.11 0.50 0 0.25
HSL 286.74º 0.43% 0.56% -
HSV(B) 286.74º 0.5% 0.75% -
XYZ 30.16 20.67 51.69 -
YUV 128.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 170 96 191 0.11 0.50 0 0.25 286.74 0.43 0.56
Hex AA 60 BF B 32 0 19 11F 2B 38
Octal 252 140 277 13 62 0 31 437 53 70
Binary 10101010 1100000 10111111 1011 110010 0 11001 100011111 101011 111000

Color Harmonies of #AA60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60BF

Black with #AA60BF

Text Example


Text Example

White with #AA60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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