#A8559F

Color #A8559F Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A8559F

Tints of Violet Blue #A8559F

Color information

#A8559F (or 0xA8559F) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and 9F. RGB value is (168,85,159). Sum of RGB (Red+Green+Blue) = 168+85+159=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8559F is #57AA60. Grayscale: #767676. Windows color (decimal): -5745249 or 10442152. OLE color: 10442152.

HSL color Cylindrical-coordinate representation of color #A8559F: hue angle of 306.51º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8559F is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16885159-
CMYK00.490.050.34
HSL306.51º32.81%49.61%-
HSV(B)306.51º49.4%65.88%-
XYZ25.6517.3334.79-
YUV118.25151163.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=40.78%
G=20.63%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688515900.490.050.34306.5132.8149.61
HexA8559F0315221332132
Octal2501252370615424634162
Binary101010001010101100111110110001101100010100110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8559F; }

 p { color: rgb(168,85,159); }

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

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

 a { background-color: rgb(168,85,159); }

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

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

 span { border-color: rgb(168,85,159); }

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