#A8599B

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

Shades of Violet Blue #A8599B

Tints of Violet Blue #A8599B

Color information

#A8599B (or 0xA8599B) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and 9B. RGB value is (168,89,155). Sum of RGB (Red+Green+Blue) = 168+89+155=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8599B is #57A664. Grayscale: #777777. Windows color (decimal): -5744229 or 10181032. OLE color: 10181032.

HSL color Cylindrical-coordinate representation of color #A8599B: hue angle of 309.87º 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 #A8599B is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16889155-
CMYK00.470.080.34
HSL309.87º31.23%50.39%-
HSV(B)309.87º47.02%65.88%-
XYZ25.6417.8433.1-
YUV120.14147.67162.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=40.78%
G=21.60%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688915500.470.080.34309.8731.2350.39
HexA8599B02F8221361f32
Octal25013123305710424663762
Binary101010001011001100110110101111100010001010011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8599B; }

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

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

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

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

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

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

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

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