Html Css Color HEX #A051C0 Deep Lilac

📋 copy color: '#A051C0'

red 160 ◦ green 81 ◦ blue 192

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

Shades of Deep Lilac #A051C0

Tints of Deep Lilac #A051C0

RGB

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

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

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

R = 36.95%
G = 18.71%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A051C0 (or 0xA051C0) is known color: Deep Lilac. HEX triplet: A0, 51 and C0. RGB value is (160,81,192). Sum of RGB (Red+Green+Blue) = 160+81+192=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #A051C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051C0 is #5FAE3F. Grayscale: #747474. Windows color (decimal): -6270528 or 12603808. OLE color: 12603808.

HSL color Cylindrical-coordinate representation of color #A051C0: hue angle of 282.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A051C0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 81 192 -
CMYK 0.17 0.58 0 0.25
HSL 282.7º 0.47% 0.54% -
HSV(B) 282.7º 0.58% 0.75% -
XYZ 26.95 17.16 51.76 -
YUV 117.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 160 81 192 0.17 0.58 0 0.25 282.7 0.47 0.54
Hex A0 51 C0 11 3A 0 19 11B 2F 36
Octal 240 121 300 21 72 0 31 433 57 66
Binary 10100000 1010001 11000000 10001 111010 0 11001 100011011 101111 110110

Color Harmonies of #A051C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051C0

Black with #A051C0

Text Example


Text Example

White with #A051C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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