#A859BE

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

Shades of Deep Lilac #A859BE

Tints of Deep Lilac #A859BE

Color information

#A859BE (or 0xA859BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 59 and BE. RGB value is (168,89,190). Sum of RGB (Red+Green+Blue) = 168+89+190=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A859BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859BE is #57A641. Grayscale: #7B7B7B. Windows color (decimal): -5744194 or 12474792. OLE color: 12474792.

HSL color Cylindrical-coordinate representation of color #A859BE: hue angle of 286.93º 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 #A859BE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16889190-
CMYK0.120.5300.25
HSL286.93º43.72%54.71%-
HSV(B)286.93º53.16%74.51%-
XYZ29.0219.1950.89-
YUV124.14165.17159.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=37.58%
G=19.91%
B=42.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168891900.120.5300.25286.9343.7254.71
HexA859BEC3501911f2c37
Octal25013127614650314375467
Binary101010001011001101111101100110101011001100011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859BE; }

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

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

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

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

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

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

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

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