#A659BE

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

Shades of Deep Lilac #A659BE

Tints of Deep Lilac #A659BE

Color information

#A659BE (or 0xA659BE) is unknown color: approx Deep Lilac. HEX triplet: A6, 59 and BE. RGB value is (166,89,190). Sum of RGB (Red+Green+Blue) = 166+89+190=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A659BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659BE is #59A641. Grayscale: #7B7B7B. Windows color (decimal): -5875266 or 12474790. OLE color: 12474790.

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

Color convert

RGB16689190-
CMYK0.130.5300.25
HSL285.74º43.72%54.71%-
HSV(B)285.74º53.16%74.51%-
XYZ28.5918.9750.87-
YUV123.54165.51158.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=37.30%
G=20%
B=42.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166891900.130.5300.25285.7443.7254.71
HexA659BED3501911e2c37
Octal24613127615650314365467
Binary101001101011001101111101101110101011001100011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659BE; }

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

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

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

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

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

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

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

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