Html Css Color HEX #AA44C1 Deep Lilac

📋 copy color: '#AA44C1'

red 170 ◦ green 68 ◦ blue 193

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

Shades of Deep Lilac #AA44C1

Tints of Deep Lilac #AA44C1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 39.44%
G = 15.78%
B = 44.78%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA44C1 (or 0xAA44C1) is known color: Deep Lilac. HEX triplet: AA, 44 and C1. RGB value is (170,68,193). Sum of RGB (Red+Green+Blue) = 170+68+193=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA44C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44C1 is #55BB3E. Grayscale: #707070. Windows color (decimal): -5618495 or 12666026. OLE color: 12666026.

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

Color convert

RGB 170 68 193 -
CMYK 0.12 0.65 0 0.24
HSL 288.96º 0.5% 0.51% -
HSV(B) 288.96º 0.65% 0.76% -
XYZ 28.27 16.53 52.15 -
YUV 112.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 170 68 193 0.12 0.65 0 0.24 288.96 0.5 0.51
Hex AA 44 C1 C 41 0 18 121 32 33
Octal 252 104 301 14 101 0 30 441 62 63
Binary 10101010 1000100 11000001 1100 1000001 0 11000 100100001 110010 110011

Color Harmonies of #AA44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44C1

Black with #AA44C1

Text Example


Text Example

White with #AA44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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