#A655BF

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

Shades of Deep Lilac #A655BF

Tints of Deep Lilac #A655BF

Color information

#A655BF (or 0xA655BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 55 and BF. RGB value is (166,85,191). Sum of RGB (Red+Green+Blue) = 166+85+191=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A655BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655BF is #59AA40. Grayscale: #787878. Windows color (decimal): -5876289 or 12539302. OLE color: 12539302.

HSL color Cylindrical-coordinate representation of color #A655BF: hue angle of 285.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A655BF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16685191-
CMYK0.130.5500.25
HSL285.85º45.3%54.12%-
HSV(B)285.85º55.5%74.9%-
XYZ28.3818.3751.34-
YUV121.3167.34159.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 191 (75% from 255) = 43.21%
R=37.56%
G=19.23%
B=43.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166851910.130.5500.25285.8545.354.12
HexA655BFD3701911e2d36
Octal24612527715670314365566
Binary101001101010101101111111101110111011001100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655BF; }

 p { color: rgb(166,85,191); }

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

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

 a { background-color: rgb(166,85,191); }

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

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

 span { border-color: rgb(166,85,191); }

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