Html Css Color HEX #AA60C4 Deep Lilac

📋 copy color: '#AA60C4'

red 170 ◦ green 96 ◦ blue 196

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

Shades of Deep Lilac #AA60C4

Tints of Deep Lilac #AA60C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 36.8%
G = 20.78%
B = 42.42%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA60C4 (or 0xAA60C4) is known color: Deep Lilac. HEX triplet: AA, 60 and C4. RGB value is (170,96,196). Sum of RGB (Red+Green+Blue) = 170+96+196=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA60C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60C4 is #559F3B. Grayscale: #818181. Windows color (decimal): -5611324 or 12869802. OLE color: 12869802.

HSL color Cylindrical-coordinate representation of color #AA60C4: hue angle of 284.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA60C4 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 96 196 -
CMYK 0.13 0.51 0 0.23
HSL 284.4º 0.46% 0.57% -
HSV(B) 284.4º 0.51% 0.77% -
XYZ 30.72 20.9 54.64 -
YUV 129.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 170 96 196 0.13 0.51 0 0.23 284.4 0.46 0.57
Hex AA 60 C4 D 33 0 17 11C 2E 39
Octal 252 140 304 15 63 0 27 434 56 71
Binary 10101010 1100000 11000100 1101 110011 0 10111 100011100 101110 111001

Color Harmonies of #AA60C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60C4

Black with #AA60C4

Text Example


Text Example

White with #AA60C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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