Html Css Color HEX #AA62BC Deep Lilac

📋 copy color: '#AA62BC'

red 170 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #AA62BC

Tints of Deep Lilac #AA62BC

RGB

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

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

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

R = 37.28%
G = 21.49%
B = 41.23%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA62BC (or 0xAA62BC) is known color: Deep Lilac. HEX triplet: AA, 62 and BC. RGB value is (170,98,188). Sum of RGB (Red+Green+Blue) = 170+98+188=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BC is #559D43. Grayscale: #818181. Windows color (decimal): -5610820 or 12346026. OLE color: 12346026.

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

Color convert

RGB 170 98 188 -
CMYK 0.10 0.48 0 0.26
HSL 288º 0.4% 0.56% -
HSV(B) 288º 0.48% 0.74% -
XYZ 30.02 20.91 50.03 -
YUV 129.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 170 98 188 0.10 0.48 0 0.26 288 0.4 0.56
Hex AA 62 BC A 30 0 1A 120 28 38
Octal 252 142 274 12 60 0 32 440 50 70
Binary 10101010 1100010 10111100 1010 110000 0 11010 100100000 101000 111000

Color Harmonies of #AA62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62BC

Black with #AA62BC

Text Example


Text Example

White with #AA62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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