Html Css Color HEX #A056CB Deep Lilac

📋 copy color: '#A056CB'

red 160 ◦ green 86 ◦ blue 203

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

Shades of Deep Lilac #A056CB

Tints of Deep Lilac #A056CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 35.63%
G = 19.15%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A056CB (or 0xA056CB) is known color: Deep Lilac. HEX triplet: A0, 56 and CB. RGB value is (160,86,203). Sum of RGB (Red+Green+Blue) = 160+86+203=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #A056CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056CB is #5FA934. Grayscale: #797979. Windows color (decimal): -6269237 or 13325984. OLE color: 13325984.

HSL color Cylindrical-coordinate representation of color #A056CB: hue angle of 277.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A056CB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 86 203 -
CMYK 0.21 0.58 0 0.20
HSL 277.95º 0.53% 0.57% -
HSV(B) 277.95º 0.58% 0.8% -
XYZ 28.6 18.44 58.55 -
YUV 121.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 160 86 203 0.21 0.58 0 0.20 277.95 0.53 0.57
Hex A0 56 CB 15 3A 0 14 116 35 39
Octal 240 126 313 25 72 0 24 426 65 71
Binary 10100000 1010110 11001011 10101 111010 0 10100 100010110 110101 111001

Color Harmonies of #A056CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056CB

Black with #A056CB

Text Example


Text Example

White with #A056CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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