Html Css Color HEX #AA4AC0 Deep Lilac

📋 copy color: '#AA4AC0'

red 170 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #AA4AC0

Tints of Deep Lilac #AA4AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 38.99%
G = 16.97%
B = 44.04%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA4AC0 (or 0xAA4AC0) is known color: Deep Lilac. HEX triplet: AA, 4A and C0. RGB value is (170,74,192). Sum of RGB (Red+Green+Blue) = 170+74+192=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AC0 is #55B53F. Grayscale: #737373. Windows color (decimal): -5616960 or 12602026. OLE color: 12602026.

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

Color convert

RGB 170 74 192 -
CMYK 0.11 0.61 0 0.25
HSL 288.81º 0.48% 0.52% -
HSV(B) 288.81º 0.61% 0.75% -
XYZ 28.54 17.25 51.69 -
YUV 116.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 170 74 192 0.11 0.61 0 0.25 288.81 0.48 0.52
Hex AA 4A C0 B 3D 0 19 121 30 34
Octal 252 112 300 13 75 0 31 441 60 64
Binary 10101010 1001010 11000000 1011 111101 0 11001 100100001 110000 110100

Color Harmonies of #AA4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AC0

Black with #AA4AC0

Text Example


Text Example

White with #AA4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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