#A658BA

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

Shades of Deep Lilac #A658BA

Tints of Deep Lilac #A658BA

Color information

#A658BA (or 0xA658BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 58 and BA. RGB value is (166,88,186). Sum of RGB (Red+Green+Blue) = 166+88+186=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A658BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658BA is #59A745. Grayscale: #7A7A7A. Windows color (decimal): -5875526 or 12212390. OLE color: 12212390.

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

Color convert

RGB16688186-
CMYK0.110.5300.27
HSL287.76º41.53%53.73%-
HSV(B)287.76º52.69%72.94%-
XYZ28.0818.6348.57-
YUV122.49163.84159.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=37.73%
G=20%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166881860.110.5300.27287.7641.5353.73
HexA658BAB3501B1202a36
Octal24613027213650334405266
Binary101001101011000101110101011110101011011100100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658BA; }

 p { color: rgb(166,88,186); }

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

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

 a { background-color: rgb(166,88,186); }

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

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

 span { border-color: rgb(166,88,186); }

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