#A257C7

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

Shades of Deep Lilac #A257C7

Tints of Deep Lilac #A257C7

Color information

#A257C7 (or 0xA257C7) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and C7. RGB value is (162,87,199). Sum of RGB (Red+Green+Blue) = 162+87+199=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #A257C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257C7 is #5DA838. Grayscale: #797979. Windows color (decimal): -6137913 or 13064098. OLE color: 13064098.

HSL color Cylindrical-coordinate representation of color #A257C7: hue angle of 280.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A257C7 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16287199-
CMYK0.190.5600.22
HSL280.18º50%56.08%-
HSV(B)280.18º56.28%78.04%-
XYZ28.6218.6256.12-
YUV122.19171.35156.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 199 (78.12% from 255) = 44.42%
R=36.16%
G=19.42%
B=44.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162871990.190.5600.22280.185056.08
HexA257C713380161183238
Octal24212730723700264306270
Binary1010001010101111100011110011111000010110100011000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257C7; }

 p { color: rgb(162,87,199); }

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

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

 a { background-color: rgb(162,87,199); }

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

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

 span { border-color: rgb(162,87,199); }

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