Html Css Color HEX #AA61C0 Deep Lilac

📋 copy color: '#AA61C0'

red 170 ◦ green 97 ◦ blue 192

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

Shades of Deep Lilac #AA61C0

Tints of Deep Lilac #AA61C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 37.04%
G = 21.13%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA61C0 (or 0xAA61C0) is known color: Deep Lilac. HEX triplet: AA, 61 and C0. RGB value is (170,97,192). Sum of RGB (Red+Green+Blue) = 170+97+192=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C0 is #559E3F. Grayscale: #818181. Windows color (decimal): -5611072 or 12607914. OLE color: 12607914.

HSL color Cylindrical-coordinate representation of color #AA61C0: hue angle of 286.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA61C0 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 97 192 -
CMYK 0.11 0.49 0 0.25
HSL 286.11º 0.43% 0.57% -
HSV(B) 286.11º 0.49% 0.75% -
XYZ 30.37 20.9 52.3 -
YUV 129.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 170 97 192 0.11 0.49 0 0.25 286.11 0.43 0.57
Hex AA 61 C0 B 31 0 19 11E 2B 39
Octal 252 141 300 13 61 0 31 436 53 71
Binary 10101010 1100001 11000000 1011 110001 0 11001 100011110 101011 111001

Color Harmonies of #AA61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61C0

Black with #AA61C0

Text Example


Text Example

White with #AA61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61C0; }

 p { color: rgb(170,97,192); }

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

background-color css

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

 a { background-color: rgb(170,97,192); }

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

border-color css

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

 span { border-color: rgb(170,97,192); }

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