#A257AF

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

Shades of Deep Lilac #A257AF

Tints of Deep Lilac #A257AF

Color information

#A257AF (or 0xA257AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and AF. RGB value is (162,87,175). Sum of RGB (Red+Green+Blue) = 162+87+175=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A257AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AF is #5DA850. Grayscale: #777777. Windows color (decimal): -6137937 or 11491234. OLE color: 11491234.

HSL color Cylindrical-coordinate representation of color #A257AF: hue angle of 291.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A257AF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16287175-
CMYK0.070.5000.31
HSL291.14º35.48%51.37%-
HSV(B)291.14º50.29%68.63%-
XYZ26.0517.5942.58-
YUV119.46159.35158.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=38.21%
G=20.52%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162871750.070.5000.31291.1435.4851.37
HexA257AF73201F1232333
Octal2421272577620374434363
Binary10100010101011110101111111110010011111100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257AF; }

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

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

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

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

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

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

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

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