#A8599F

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

Shades of Violet Blue #A8599F

Tints of Violet Blue #A8599F

Color information

#A8599F (or 0xA8599F) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and 9F. RGB value is (168,89,159). Sum of RGB (Red+Green+Blue) = 168+89+159=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8599F is #57A660. Grayscale: #787878. Windows color (decimal): -5744225 or 10443176. OLE color: 10443176.

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

Color convert

RGB16889159-
CMYK00.470.050.34
HSL306.84º31.23%50.39%-
HSV(B)306.84º47.02%65.88%-
XYZ25.9817.9734.9-
YUV120.6149.67161.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=40.38%
G=21.39%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688915900.470.050.34306.8431.2350.39
HexA8599F02F5221331f32
Octal2501312370575424633762
Binary10101000101100110011111010111110110001010011001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8599F; }

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

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

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

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

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

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

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

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