Html Css Color HEX #A056CA Deep Lilac

📋 copy color: '#A056CA'

red 160 ◦ green 86 ◦ blue 202

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

Shades of Deep Lilac #A056CA

Tints of Deep Lilac #A056CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 35.71%
G = 19.2%
B = 45.09%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A056CA (or 0xA056CA) is known color: Deep Lilac. HEX triplet: A0, 56 and CA. RGB value is (160,86,202). Sum of RGB (Red+Green+Blue) = 160+86+202=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #A056CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056CA is #5FA935. Grayscale: #787878. Windows color (decimal): -6269238 or 13260448. OLE color: 13260448.

HSL color Cylindrical-coordinate representation of color #A056CA: hue angle of 278.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A056CA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 86 202 -
CMYK 0.21 0.57 0 0.21
HSL 278.28º 0.52% 0.56% -
HSV(B) 278.28º 0.57% 0.79% -
XYZ 28.49 18.39 57.93 -
YUV 121.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 160 86 202 0.21 0.57 0 0.21 278.28 0.52 0.56
Hex A0 56 CA 15 39 0 15 116 34 38
Octal 240 126 312 25 71 0 25 426 64 70
Binary 10100000 1010110 11001010 10101 111001 0 10101 100010110 110100 111000

Color Harmonies of #A056CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056CA

Black with #A056CA

Text Example


Text Example

White with #A056CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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