#A257B0

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

Shades of Deep Lilac #A257B0

Tints of Deep Lilac #A257B0

Color information

#A257B0 (or 0xA257B0) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and B0. RGB value is (162,87,176). Sum of RGB (Red+Green+Blue) = 162+87+176=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 176 - color contains mainly: blue. Hex color #A257B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257B0 is #5DA84F. Grayscale: #777777. Windows color (decimal): -6137936 or 11556770. OLE color: 11556770.

HSL color Cylindrical-coordinate representation of color #A257B0: hue angle of 290.56º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A257B0 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16287176-
CMYK0.080.5100.31
HSL290.56º36.03%51.57%-
HSV(B)290.56º50.57%69.02%-
XYZ26.1417.6343.1-
YUV119.57159.85158.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=38.12%
G=20.47%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162871760.080.5100.31290.5636.0351.57
HexA257B083301F1232434
Octal24212726010630374434464
Binary101000101010111101100001000110011011111100100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257B0; }

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

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

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

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

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

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

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

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