Html Css Color HEX #A056AE Deep Lilac

📋 copy color: '#A056AE'

red 160 ◦ green 86 ◦ blue 174

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

Shades of Deep Lilac #A056AE

Tints of Deep Lilac #A056AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 38.1%
G = 20.48%
B = 41.43%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A056AE (or 0xA056AE) is known color: Deep Lilac. HEX triplet: A0, 56 and AE. RGB value is (160,86,174). Sum of RGB (Red+Green+Blue) = 160+86+174=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #A056AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A056AE is #5FA951. Grayscale: #757575. Windows color (decimal): -6269266 or 11425440. OLE color: 11425440.

HSL color Cylindrical-coordinate representation of color #A056AE: hue angle of 290.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A056AE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 86 174 -
CMYK 0.08 0.51 0 0.32
HSL 290.45º 0.35% 0.51% -
HSV(B) 290.45º 0.51% 0.68% -
XYZ 25.46 17.19 42.02 -
YUV 118.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 160 86 174 0.08 0.51 0 0.32 290.45 0.35 0.51
Hex A0 56 AE 8 33 0 20 122 23 33
Octal 240 126 256 10 63 0 40 442 43 63
Binary 10100000 1010110 10101110 1000 110011 0 100000 100100010 100011 110011

Color Harmonies of #A056AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056AE

Black with #A056AE

Text Example


Text Example

White with #A056AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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