#A259BE

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

Shades of Deep Lilac #A259BE

Tints of Deep Lilac #A259BE

Color information

#A259BE (or 0xA259BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 59 and BE. RGB value is (162,89,190). Sum of RGB (Red+Green+Blue) = 162+89+190=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #A259BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259BE is #5DA641. Grayscale: #7A7A7A. Windows color (decimal): -6137410 or 12474786. OLE color: 12474786.

HSL color Cylindrical-coordinate representation of color #A259BE: hue angle of 283.37º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A259BE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16289190-
CMYK0.150.5300.25
HSL283.37º43.72%54.71%-
HSV(B)283.37º53.16%74.51%-
XYZ27.7718.5450.83-
YUV122.34166.18156.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=36.73%
G=20.18%
B=43.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162891900.150.5300.25283.3743.7254.71
HexA259BEF3501911b2c37
Octal24213127617650314335467
Binary101000101011001101111101111110101011001100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259BE; }

 p { color: rgb(162,89,190); }

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

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

 a { background-color: rgb(162,89,190); }

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

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

 span { border-color: rgb(162,89,190); }

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