#A659BC

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

Shades of Deep Lilac #A659BC

Tints of Deep Lilac #A659BC

Color information

#A659BC (or 0xA659BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 59 and BC. RGB value is (166,89,188). Sum of RGB (Red+Green+Blue) = 166+89+188=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A659BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659BC is #59A643. Grayscale: #7A7A7A. Windows color (decimal): -5875268 or 12343718. OLE color: 12343718.

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

Color convert

RGB16689188-
CMYK0.120.5300.26
HSL286.67º42.49%54.31%-
HSV(B)286.67º52.66%73.73%-
XYZ28.3818.8849.73-
YUV123.31164.51158.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=37.47%
G=20.09%
B=42.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166891880.120.5300.26286.6742.4954.31
HexA659BCC3501A11f2a36
Octal24613127414650324375266
Binary101001101011001101111001100110101011010100011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659BC; }

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

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

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

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

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

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

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

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