Html Css Color HEX #AA64C1 Deep Lilac

📋 copy color: '#AA64C1'

red 170 ◦ green 100 ◦ blue 193

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

Shades of Deep Lilac #AA64C1

Tints of Deep Lilac #AA64C1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 36.72%
G = 21.6%
B = 41.68%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA64C1 (or 0xAA64C1) is known color: Deep Lilac. HEX triplet: AA, 64 and C1. RGB value is (170,100,193). Sum of RGB (Red+Green+Blue) = 170+100+193=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64C1 is #559B3E. Grayscale: #838383. Windows color (decimal): -5610303 or 12674218. OLE color: 12674218.

HSL color Cylindrical-coordinate representation of color #AA64C1: hue angle of 285.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA64C1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 100 193 -
CMYK 0.12 0.48 0 0.24
HSL 285.16º 0.43% 0.57% -
HSV(B) 285.16º 0.48% 0.76% -
XYZ 30.76 21.51 52.98 -
YUV 131.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 170 100 193 0.12 0.48 0 0.24 285.16 0.43 0.57
Hex AA 64 C1 C 30 0 18 11D 2B 39
Octal 252 144 301 14 60 0 30 435 53 71
Binary 10101010 1100100 11000001 1100 110000 0 11000 100011101 101011 111001

Color Harmonies of #AA64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64C1

Black with #AA64C1

Text Example


Text Example

White with #AA64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64C1; }

 p { color: rgb(170,100,193); }

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

background-color css

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

 a { background-color: rgb(170,100,193); }

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

border-color css

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

 span { border-color: rgb(170,100,193); }

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