Html Css Color HEX #AA51B4 Deep Lilac

📋 copy color: '#AA51B4'

red 170 ◦ green 81 ◦ blue 180

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

Shades of Deep Lilac #AA51B4

Tints of Deep Lilac #AA51B4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 39.44%
G = 18.79%
B = 41.76%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA51B4 (or 0xAA51B4) is known color: Deep Lilac. HEX triplet: AA, 51 and B4. RGB value is (170,81,180). Sum of RGB (Red+Green+Blue) = 170+81+180=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA51B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51B4 is #55AE4B. Grayscale: #767676. Windows color (decimal): -5615180 or 11817386. OLE color: 11817386.

HSL color Cylindrical-coordinate representation of color #AA51B4: hue angle of 293.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA51B4 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 81 180 -
CMYK 0.06 0.55 0 0.29
HSL 293.94º 0.4% 0.51% -
HSV(B) 293.94º 0.55% 0.71% -
XYZ 27.76 17.73 45.14 -
YUV 118.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 170 81 180 0.06 0.55 0 0.29 293.94 0.4 0.51
Hex AA 51 B4 6 37 0 1D 126 28 33
Octal 252 121 264 6 67 0 35 446 50 63
Binary 10101010 1010001 10110100 110 110111 0 11101 100100110 101000 110011

Color Harmonies of #AA51B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51B4

Black with #AA51B4

Text Example


Text Example

White with #AA51B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51B4; }

 p { color: rgb(170,81,180); }

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

background-color css

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

 a { background-color: rgb(170,81,180); }

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

border-color css

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

 span { border-color: rgb(170,81,180); }

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