Html Css Color HEX #A157BC Deep Lilac

📋 copy color: '#A157BC'

red 161 ◦ green 87 ◦ blue 188

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

Shades of Deep Lilac #A157BC

Tints of Deep Lilac #A157BC

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 36.93%
G = 19.95%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A157BC (or 0xA157BC) is known color: Deep Lilac. HEX triplet: A1, 57 and BC. RGB value is (161,87,188). Sum of RGB (Red+Green+Blue) = 161+87+188=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #A157BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157BC is #5EA843. Grayscale: #787878. Windows color (decimal): -6203460 or 12343201. OLE color: 12343201.

HSL color Cylindrical-coordinate representation of color #A157BC: hue angle of 283.96º degrees, saturation: 0.43, 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 #A157BC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 87 188 -
CMYK 0.14 0.54 0 0.26
HSL 283.96º 0.43% 0.54% -
HSV(B) 283.96º 0.54% 0.74% -
XYZ 27.18 18.02 49.62 -
YUV 120.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 161 87 188 0.14 0.54 0 0.26 283.96 0.43 0.54
Hex A1 57 BC E 36 0 1A 11C 2B 36
Octal 241 127 274 16 66 0 32 434 53 66
Binary 10100001 1010111 10111100 1110 110110 0 11010 100011100 101011 110110

Color Harmonies of #A157BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157BC

Black with #A157BC

Text Example


Text Example

White with #A157BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157BC; }

 p { color: rgb(161,87,188); }

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

background-color css

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

 a { background-color: rgb(161,87,188); }

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

border-color css

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

 span { border-color: rgb(161,87,188); }

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