Html Css Color HEX #AA60BC Deep Lilac

📋 copy color: '#AA60BC'

red 170 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #AA60BC

Tints of Deep Lilac #AA60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 37.44%
G = 21.15%
B = 41.41%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA60BC (or 0xAA60BC) is known color: Deep Lilac. HEX triplet: AA, 60 and BC. RGB value is (170,96,188). Sum of RGB (Red+Green+Blue) = 170+96+188=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60BC is #559F43. Grayscale: #808080. Windows color (decimal): -5611332 or 12345514. OLE color: 12345514.

HSL color Cylindrical-coordinate representation of color #AA60BC: hue angle of 288.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA60BC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 96 188 -
CMYK 0.10 0.49 0 0.26
HSL 288.26º 0.41% 0.56% -
HSV(B) 288.26º 0.49% 0.74% -
XYZ 29.84 20.54 49.97 -
YUV 128.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 170 96 188 0.10 0.49 0 0.26 288.26 0.41 0.56
Hex AA 60 BC A 31 0 1A 120 29 38
Octal 252 140 274 12 61 0 32 440 51 70
Binary 10101010 1100000 10111100 1010 110001 0 11010 100100000 101001 111000

Color Harmonies of #AA60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60BC

Black with #AA60BC

Text Example


Text Example

White with #AA60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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