Html Css Color HEX #AA61C6 Deep Lilac

📋 copy color: '#AA61C6'

red 170 ◦ green 97 ◦ blue 198

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

Shades of Deep Lilac #AA61C6

Tints of Deep Lilac #AA61C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 36.56%
G = 20.86%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA61C6 (or 0xAA61C6) is known color: Deep Lilac. HEX triplet: AA, 61 and C6. RGB value is (170,97,198). Sum of RGB (Red+Green+Blue) = 170+97+198=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C6 is #559E39. Grayscale: #828282. Windows color (decimal): -5611066 or 13001130. OLE color: 13001130.

HSL color Cylindrical-coordinate representation of color #AA61C6: hue angle of 283.37º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA61C6 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 97 198 -
CMYK 0.14 0.51 0 0.22
HSL 283.37º 0.47% 0.58% -
HSV(B) 283.37º 0.51% 0.78% -
XYZ 31.05 21.17 55.88 -
YUV 130.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 170 97 198 0.14 0.51 0 0.22 283.37 0.47 0.58
Hex AA 61 C6 E 33 0 16 11B 2F 3A
Octal 252 141 306 16 63 0 26 433 57 72
Binary 10101010 1100001 11000110 1110 110011 0 10110 100011011 101111 111010

Color Harmonies of #AA61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61C6

Black with #AA61C6

Text Example


Text Example

White with #AA61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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