Html Css Color HEX #A057B7 Deep Lilac

📋 copy color: '#A057B7'

red 160 ◦ green 87 ◦ blue 183

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

Shades of Deep Lilac #A057B7

Tints of Deep Lilac #A057B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 37.21%
G = 20.23%
B = 42.56%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A057B7 (or 0xA057B7) is known color: Deep Lilac. HEX triplet: A0, 57 and B7. RGB value is (160,87,183). Sum of RGB (Red+Green+Blue) = 160+87+183=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #A057B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057B7 is #5FA848. Grayscale: #777777. Windows color (decimal): -6269001 or 12015520. OLE color: 12015520.

HSL color Cylindrical-coordinate representation of color #A057B7: hue angle of 285.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A057B7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 87 183 -
CMYK 0.13 0.52 0 0.28
HSL 285.63º 0.4% 0.53% -
HSV(B) 285.63º 0.52% 0.72% -
XYZ 26.45 17.71 46.82 -
YUV 119.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 160 87 183 0.13 0.52 0 0.28 285.63 0.4 0.53
Hex A0 57 B7 D 34 0 1C 11E 28 35
Octal 240 127 267 15 64 0 34 436 50 65
Binary 10100000 1010111 10110111 1101 110100 0 11100 100011110 101000 110101

Color Harmonies of #A057B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057B7

Black with #A057B7

Text Example


Text Example

White with #A057B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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