Html Css Color HEX #AA61C7 Deep Lilac

📋 copy color: '#AA61C7'

red 170 ◦ green 97 ◦ blue 199

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

Shades of Deep Lilac #AA61C7

Tints of Deep Lilac #AA61C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 36.48%
G = 20.82%
B = 42.7%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA61C7 (or 0xAA61C7) is known color: Deep Lilac. HEX triplet: AA, 61 and C7. RGB value is (170,97,199). Sum of RGB (Red+Green+Blue) = 170+97+199=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA61C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C7 is #559E38. Grayscale: #828282. Windows color (decimal): -5611065 or 13066666. OLE color: 13066666.

HSL color Cylindrical-coordinate representation of color #AA61C7: hue angle of 282.94º degrees, saturation: 0.48, 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 #AA61C7 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 97 199 -
CMYK 0.15 0.51 0 0.22
HSL 282.94º 0.48% 0.58% -
HSV(B) 282.94º 0.51% 0.78% -
XYZ 31.16 21.22 56.49 -
YUV 130.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 170 97 199 0.15 0.51 0 0.22 282.94 0.48 0.58
Hex AA 61 C7 F 33 0 16 11B 30 3A
Octal 252 141 307 17 63 0 26 433 60 72
Binary 10101010 1100001 11000111 1111 110011 0 10110 100011011 110000 111010

Color Harmonies of #AA61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61C7

Black with #AA61C7

Text Example


Text Example

White with #AA61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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