Html Css Color HEX #A057BB Deep Lilac

📋 copy color: '#A057BB'

red 160 ◦ green 87 ◦ blue 187

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

Shades of Deep Lilac #A057BB

Tints of Deep Lilac #A057BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 36.87%
G = 20.05%
B = 43.09%

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

#A057BB (or 0xA057BB) is known color: Deep Lilac. HEX triplet: A0, 57 and BB. RGB value is (160,87,187). Sum of RGB (Red+Green+Blue) = 160+87+187=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #A057BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057BB is #5FA844. Grayscale: #777777. Windows color (decimal): -6268997 or 12277664. OLE color: 12277664.

HSL color Cylindrical-coordinate representation of color #A057BB: hue angle of 283.8º 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 #A057BB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 87 187 -
CMYK 0.14 0.53 0 0.27
HSL 283.8º 0.42% 0.54% -
HSV(B) 283.8º 0.53% 0.73% -
XYZ 26.88 17.88 49.05 -
YUV 120.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 160 87 187 0.14 0.53 0 0.27 283.8 0.42 0.54
Hex A0 57 BB E 35 0 1B 11C 2A 36
Octal 240 127 273 16 65 0 33 434 52 66
Binary 10100000 1010111 10111011 1110 110101 0 11011 100011100 101010 110110

Color Harmonies of #A057BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057BB

Black with #A057BB

Text Example


Text Example

White with #A057BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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