Html Css Color HEX #AA56C1 Deep Lilac

📋 copy color: '#AA56C1'

red 170 ◦ green 86 ◦ blue 193

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

Shades of Deep Lilac #AA56C1

Tints of Deep Lilac #AA56C1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 37.86%
G = 19.15%
B = 42.98%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA56C1 (or 0xAA56C1) is known color: Deep Lilac. HEX triplet: AA, 56 and C1. RGB value is (170,86,193). Sum of RGB (Red+Green+Blue) = 170+86+193=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA56C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56C1 is #55A93E. Grayscale: #7A7A7A. Windows color (decimal): -5613887 or 12670634. OLE color: 12670634.

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

Color convert

RGB 170 86 193 -
CMYK 0.12 0.55 0 0.24
HSL 287.1º 0.46% 0.55% -
HSV(B) 287.1º 0.55% 0.76% -
XYZ 29.53 19.05 52.57 -
YUV 123.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 170 86 193 0.12 0.55 0 0.24 287.1 0.46 0.55
Hex AA 56 C1 C 37 0 18 11F 2E 37
Octal 252 126 301 14 67 0 30 437 56 67
Binary 10101010 1010110 11000001 1100 110111 0 11000 100011111 101110 110111

Color Harmonies of #AA56C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56C1

Black with #AA56C1

Text Example


Text Example

White with #AA56C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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