Html Css Color HEX #A057CA Deep Lilac

📋 copy color: '#A057CA'

red 160 ◦ green 87 ◦ blue 202

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

Shades of Deep Lilac #A057CA

Tints of Deep Lilac #A057CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 35.63%
G = 19.38%
B = 44.99%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A057CA (or 0xA057CA) is known color: Deep Lilac. HEX triplet: A0, 57 and CA. RGB value is (160,87,202). Sum of RGB (Red+Green+Blue) = 160+87+202=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A057CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057CA is #5FA835. Grayscale: #797979. Windows color (decimal): -6268982 or 13260704. OLE color: 13260704.

HSL color Cylindrical-coordinate representation of color #A057CA: hue angle of 278.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A057CA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 87 202 -
CMYK 0.21 0.57 0 0.21
HSL 278.09º 0.52% 0.57% -
HSV(B) 278.09º 0.57% 0.79% -
XYZ 28.57 18.55 57.95 -
YUV 121.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 160 87 202 0.21 0.57 0 0.21 278.09 0.52 0.57
Hex A0 57 CA 15 39 0 15 116 34 39
Octal 240 127 312 25 71 0 25 426 64 71
Binary 10100000 1010111 11001010 10101 111001 0 10101 100010110 110100 111001

Color Harmonies of #A057CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057CA

Black with #A057CA

Text Example


Text Example

White with #A057CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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