Html Css Color HEX #A056BA Deep Lilac

📋 copy color: '#A056BA'

red 160 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #A056BA

Tints of Deep Lilac #A056BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 37.04%
G = 19.91%
B = 43.06%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A056BA (or 0xA056BA) is known color: Deep Lilac. HEX triplet: A0, 56 and BA. RGB value is (160,86,186). Sum of RGB (Red+Green+Blue) = 160+86+186=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #A056BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056BA is #5FA945. Grayscale: #777777. Windows color (decimal): -6269254 or 12211872. OLE color: 12211872.

HSL color Cylindrical-coordinate representation of color #A056BA: hue angle of 284.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A056BA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 86 186 -
CMYK 0.14 0.54 0 0.27
HSL 284.4º 0.42% 0.53% -
HSV(B) 284.4º 0.54% 0.73% -
XYZ 26.69 17.67 48.46 -
YUV 119.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 160 86 186 0.14 0.54 0 0.27 284.4 0.42 0.53
Hex A0 56 BA E 36 0 1B 11C 2A 35
Octal 240 126 272 16 66 0 33 434 52 65
Binary 10100000 1010110 10111010 1110 110110 0 11011 100011100 101010 110101

Color Harmonies of #A056BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056BA

Black with #A056BA

Text Example


Text Example

White with #A056BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056BA; }

 p { color: rgb(160,86,186); }

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

background-color css

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

 a { background-color: rgb(160,86,186); }

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

border-color css

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

 span { border-color: rgb(160,86,186); }

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