Html Css Color HEX #A051AD Deep Lilac

📋 copy color: '#A051AD'

red 160 ◦ green 81 ◦ blue 173

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

Shades of Deep Lilac #A051AD

Tints of Deep Lilac #A051AD

RGB

 RED value IS 160 (62.89% from 255) = 38.65%

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 38.65%
G = 19.57%
B = 41.79%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A051AD (or 0xA051AD) is known color: Deep Lilac. HEX triplet: A0, 51 and AD. RGB value is (160,81,173). Sum of RGB (Red+Green+Blue) = 160+81+173=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A051AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A051AD is #5FAE52. Grayscale: #727272. Windows color (decimal): -6270547 or 11358624. OLE color: 11358624.

HSL color Cylindrical-coordinate representation of color #A051AD: hue angle of 291.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A051AD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 81 173 -
CMYK 0.08 0.53 0 0.32
HSL 291.52º 0.36% 0.5% -
HSV(B) 291.52º 0.53% 0.68% -
XYZ 24.98 16.38 41.38 -
YUV 115.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 160 81 173 0.08 0.53 0 0.32 291.52 0.36 0.5
Hex A0 51 AD 8 35 0 20 124 24 32
Octal 240 121 255 10 65 0 40 444 44 62
Binary 10100000 1010001 10101101 1000 110101 0 100000 100100100 100100 110010

Color Harmonies of #A051AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051AD

Black with #A051AD

Text Example


Text Example

White with #A051AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051AD; }

 p { color: rgb(160,81,173); }

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

background-color css

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

 a { background-color: rgb(160,81,173); }

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

border-color css

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

 span { border-color: rgb(160,81,173); }

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