#A157CD

Color #A157CD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A157CD

Tints of Deep Lilac #A157CD

Color information

#A157CD (or 0xA157CD) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and CD. RGB value is (161,87,205). Sum of RGB (Red+Green+Blue) = 161+87+205=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #A157CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CD is #5EA832. Grayscale: #7A7A7A. Windows color (decimal): -6203443 or 13457313. OLE color: 13457313.

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

Color convert

RGB16187205-
CMYK0.210.5800.20
HSL277.63º54.13%57.25%-
HSV(B)277.63º57.56%80.39%-
XYZ29.1318.859.85-
YUV122.58174.52155.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=35.54%
G=19.21%
B=45.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161872050.210.5800.20277.6354.1357.25
HexA157CD153A0141163639
Octal24112731525720244266671
Binary1010000110101111100110110101111010010100100010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157CD; }

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

 H1.HeaderClassName
 {
   color: #A157CD;
 }
 .AnyTagClassName
 {
   color: #A157CD;
 }
</style>
background-color css

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

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

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

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

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

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