Html Css Color HEX #AA62BD Deep Lilac

📋 copy color: '#AA62BD'

red 170 ◦ green 98 ◦ blue 189

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

Shades of Deep Lilac #AA62BD

Tints of Deep Lilac #AA62BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 37.2%
G = 21.44%
B = 41.36%

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

#AA62BD (or 0xAA62BD) is known color: Deep Lilac. HEX triplet: AA, 62 and BD. RGB value is (170,98,189). Sum of RGB (Red+Green+Blue) = 170+98+189=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA62BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BD is #559D42. Grayscale: #818181. Windows color (decimal): -5610819 or 12411562. OLE color: 12411562.

HSL color Cylindrical-coordinate representation of color #AA62BD: hue angle of 287.47º degrees, saturation: 0.41, 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 #AA62BD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 98 189 -
CMYK 0.10 0.48 0 0.26
HSL 287.47º 0.41% 0.56% -
HSV(B) 287.47º 0.48% 0.74% -
XYZ 30.13 20.96 50.6 -
YUV 129.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 170 98 189 0.10 0.48 0 0.26 287.47 0.41 0.56
Hex AA 62 BD A 30 0 1A 11F 29 38
Octal 252 142 275 12 60 0 32 437 51 70
Binary 10101010 1100010 10111101 1010 110000 0 11010 100011111 101001 111000

Color Harmonies of #AA62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62BD

Black with #AA62BD

Text Example


Text Example

White with #AA62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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