Html Css Color HEX #A056BE Deep Lilac

📋 copy color: '#A056BE'

red 160 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #A056BE

Tints of Deep Lilac #A056BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 36.7%
G = 19.72%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A056BE (or 0xA056BE) is known color: Deep Lilac. HEX triplet: A0, 56 and BE. RGB value is (160,86,190). Sum of RGB (Red+Green+Blue) = 160+86+190=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #A056BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056BE is #5FA941. Grayscale: #777777. Windows color (decimal): -6269250 or 12474016. OLE color: 12474016.

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

Color convert

RGB 160 86 190 -
CMYK 0.16 0.55 0 0.25
HSL 282.69º 0.44% 0.54% -
HSV(B) 282.69º 0.55% 0.75% -
XYZ 27.12 17.85 50.73 -
YUV 119.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 160 86 190 0.16 0.55 0 0.25 282.69 0.44 0.54
Hex A0 56 BE 10 37 0 19 11B 2C 36
Octal 240 126 276 20 67 0 31 433 54 66
Binary 10100000 1010110 10111110 10000 110111 0 11001 100011011 101100 110110

Color Harmonies of #A056BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056BE

Black with #A056BE

Text Example


Text Example

White with #A056BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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