#A658BD

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

Shades of Deep Lilac #A658BD

Tints of Deep Lilac #A658BD

Color information

#A658BD (or 0xA658BD) is unknown color: approx Deep Lilac. HEX triplet: A6, 58 and BD. RGB value is (166,88,189). Sum of RGB (Red+Green+Blue) = 166+88+189=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #A658BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658BD is #59A742. Grayscale: #7A7A7A. Windows color (decimal): -5875523 or 12408998. OLE color: 12408998.

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

Color convert

RGB16688189-
CMYK0.120.5300.26
HSL286.34º43.35%54.31%-
HSV(B)286.34º53.44%74.12%-
XYZ28.418.7650.27-
YUV122.84165.34158.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=37.47%
G=19.86%
B=42.66%

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
Decimal166881890.120.5300.26286.3443.3554.31
HexA658BDC3501A11e2b36
Octal24613027514650324365366
Binary101001101011000101111011100110101011010100011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658BD; }

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

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

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

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

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

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

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

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