Html Css Color HEX #A057BA Deep Lilac

📋 copy color: '#A057BA'

red 160 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #A057BA

Tints of Deep Lilac #A057BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 36.95%
G = 20.09%
B = 42.96%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A057BA (or 0xA057BA) is known color: Deep Lilac. HEX triplet: A0, 57 and BA. RGB value is (160,87,186). Sum of RGB (Red+Green+Blue) = 160+87+186=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A057BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057BA is #5FA845. Grayscale: #777777. Windows color (decimal): -6268998 or 12212128. OLE color: 12212128.

HSL color Cylindrical-coordinate representation of color #A057BA: hue angle of 284.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A057BA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 87 186 -
CMYK 0.14 0.53 0 0.27
HSL 284.24º 0.42% 0.54% -
HSV(B) 284.24º 0.53% 0.73% -
XYZ 26.77 17.84 48.49 -
YUV 120.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 160 87 186 0.14 0.53 0 0.27 284.24 0.42 0.54
Hex A0 57 BA E 35 0 1B 11C 2A 36
Octal 240 127 272 16 65 0 33 434 52 66
Binary 10100000 1010111 10111010 1110 110101 0 11011 100011100 101010 110110

Color Harmonies of #A057BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057BA

Black with #A057BA

Text Example


Text Example

White with #A057BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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