#A257BD

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

Shades of Deep Lilac #A257BD

Tints of Deep Lilac #A257BD

Color information

#A257BD (or 0xA257BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and BD. RGB value is (162,87,189). Sum of RGB (Red+Green+Blue) = 162+87+189=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A257BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257BD is #5DA842. Grayscale: #787878. Windows color (decimal): -6137923 or 12408738. OLE color: 12408738.

HSL color Cylindrical-coordinate representation of color #A257BD: hue angle of 284.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A257BD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16287189-
CMYK0.140.5400.26
HSL284.12º43.59%54.12%-
HSV(B)284.12º53.97%74.12%-
XYZ27.4918.1750.2-
YUV121.05166.35157.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=36.99%
G=19.86%
B=43.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162871890.140.5400.26284.1243.5954.12
HexA257BDE3601A11c2c36
Octal24212727516660324345466
Binary101000101010111101111011110110110011010100011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257BD; }

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

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

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

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

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

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

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

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