Html Css Color HEX #A057BD Deep Lilac

📋 copy color: '#A057BD'

red 160 ◦ green 87 ◦ blue 189

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

Shades of Deep Lilac #A057BD

Tints of Deep Lilac #A057BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 36.7%
G = 19.95%
B = 43.35%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A057BD (or 0xA057BD) is known color: Deep Lilac. HEX triplet: A0, 57 and BD. RGB value is (160,87,189). Sum of RGB (Red+Green+Blue) = 160+87+189=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #A057BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057BD is #5FA842. Grayscale: #787878. Windows color (decimal): -6268995 or 12408736. OLE color: 12408736.

HSL color Cylindrical-coordinate representation of color #A057BD: hue angle of 282.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A057BD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 87 189 -
CMYK 0.15 0.54 0 0.26
HSL 282.94º 0.44% 0.54% -
HSV(B) 282.94º 0.54% 0.74% -
XYZ 27.09 17.96 50.18 -
YUV 120.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 160 87 189 0.15 0.54 0 0.26 282.94 0.44 0.54
Hex A0 57 BD F 36 0 1A 11B 2C 36
Octal 240 127 275 17 66 0 32 433 54 66
Binary 10100000 1010111 10111101 1111 110110 0 11010 100011011 101100 110110

Color Harmonies of #A057BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057BD

Black with #A057BD

Text Example


Text Example

White with #A057BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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