#A257B3

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

Shades of Deep Lilac #A257B3

Tints of Deep Lilac #A257B3

Color information

#A257B3 (or 0xA257B3) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and B3. RGB value is (162,87,179). Sum of RGB (Red+Green+Blue) = 162+87+179=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #A257B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257B3 is #5DA84C. Grayscale: #777777. Windows color (decimal): -6137933 or 11753378. OLE color: 11753378.

HSL color Cylindrical-coordinate representation of color #A257B3: hue angle of 288.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A257B3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16287179-
CMYK0.090.5100.30
HSL288.91º37.7%52.16%-
HSV(B)288.91º51.4%70.2%-
XYZ26.4517.7544.68-
YUV119.91161.35158.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 179 (70.31% from 255) = 41.82%
R=37.85%
G=20.33%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162871790.090.5100.30288.9137.752.16
HexA257B393301E1212634
Octal24212726311630364414664
Binary101000101010111101100111001110011011110100100001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257B3; }

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

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

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

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

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

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

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

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