Html Css Color HEX #A057AF Deep Lilac

📋 copy color: '#A057AF'

red 160 ◦ green 87 ◦ blue 175

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

Shades of Deep Lilac #A057AF

Tints of Deep Lilac #A057AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 37.91%
G = 20.62%
B = 41.47%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A057AF (or 0xA057AF) is known color: Deep Lilac. HEX triplet: A0, 57 and AF. RGB value is (160,87,175). Sum of RGB (Red+Green+Blue) = 160+87+175=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A057AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057AF is #5FA850. Grayscale: #767676. Windows color (decimal): -6269009 or 11491232. OLE color: 11491232.

HSL color Cylindrical-coordinate representation of color #A057AF: hue angle of 289.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A057AF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 87 175 -
CMYK 0.09 0.50 0 0.31
HSL 289.77º 0.35% 0.51% -
HSV(B) 289.77º 0.5% 0.69% -
XYZ 25.64 17.39 42.56 -
YUV 118.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 160 87 175 0.09 0.50 0 0.31 289.77 0.35 0.51
Hex A0 57 AF 9 32 0 1F 122 23 33
Octal 240 127 257 11 62 0 37 442 43 63
Binary 10100000 1010111 10101111 1001 110010 0 11111 100100010 100011 110011

Color Harmonies of #A057AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057AF

Black with #A057AF

Text Example


Text Example

White with #A057AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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