Html Css Color HEX #AA62C3 Deep Lilac

📋 copy color: '#AA62C3'

red 170 ◦ green 98 ◦ blue 195

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

Shades of Deep Lilac #AA62C3

Tints of Deep Lilac #AA62C3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 36.72%
G = 21.17%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA62C3 (or 0xAA62C3) is known color: Deep Lilac. HEX triplet: AA, 62 and C3. RGB value is (170,98,195). Sum of RGB (Red+Green+Blue) = 170+98+195=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62C3 is #559D3C. Grayscale: #828282. Windows color (decimal): -5610813 or 12804778. OLE color: 12804778.

HSL color Cylindrical-coordinate representation of color #AA62C3: hue angle of 284.54º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA62C3 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 98 195 -
CMYK 0.13 0.50 0 0.24
HSL 284.54º 0.45% 0.57% -
HSV(B) 284.54º 0.5% 0.76% -
XYZ 30.8 21.22 54.1 -
YUV 130.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 170 98 195 0.13 0.50 0 0.24 284.54 0.45 0.57
Hex AA 62 C3 D 32 0 18 11D 2D 39
Octal 252 142 303 15 62 0 30 435 55 71
Binary 10101010 1100010 11000011 1101 110010 0 11000 100011101 101101 111001

Color Harmonies of #AA62C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62C3

Black with #AA62C3

Text Example


Text Example

White with #AA62C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62C3; }

 p { color: rgb(170,98,195); }

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

background-color css

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

 a { background-color: rgb(170,98,195); }

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

border-color css

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

 span { border-color: rgb(170,98,195); }

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