Html Css Color HEX #A057AE Deep Lilac

📋 copy color: '#A057AE'

red 160 ◦ green 87 ◦ blue 174

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

Shades of Deep Lilac #A057AE

Tints of Deep Lilac #A057AE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 38%
G = 20.67%
B = 41.33%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A057AE (or 0xA057AE) is known color: Deep Lilac. HEX triplet: A0, 57 and AE. RGB value is (160,87,174). Sum of RGB (Red+Green+Blue) = 160+87+174=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #A057AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057AE is #5FA851. Grayscale: #767676. Windows color (decimal): -6269010 or 11425696. OLE color: 11425696.

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

Color convert

RGB 160 87 174 -
CMYK 0.08 0.5 0 0.32
HSL 290.34º 0.35% 0.51% -
HSV(B) 290.34º 0.5% 0.68% -
XYZ 25.55 17.35 42.05 -
YUV 118.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 160 87 174 0.08 0.5 0 0.32 290.34 0.35 0.51
Hex A0 57 AE 8 32 0 20 122 23 33
Octal 240 127 256 10 62 0 40 442 43 63
Binary 10100000 1010111 10101110 1000 110010 0 100000 100100010 100011 110011

Color Harmonies of #A057AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057AE

Black with #A057AE

Text Example


Text Example

White with #A057AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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