#A4599E

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

Shades of Violet Blue #A4599E

Tints of Violet Blue #A4599E

Color information

#A4599E (or 0xA4599E) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and 9E. RGB value is (164,89,158). Sum of RGB (Red+Green+Blue) = 164+89+158=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4599E is #5BA661. Grayscale: #777777. Windows color (decimal): -6006370 or 10377636. OLE color: 10377636.

HSL color Cylindrical-coordinate representation of color #A4599E: hue angle of 304.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4599E is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16489158-
CMYK00.460.040.36
HSL304.8º29.64%49.61%-
HSV(B)304.8º45.73%64.31%-
XYZ25.0517.5134.41-
YUV119.29149.85159.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=39.90%
G=21.65%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648915800.460.040.36304.829.6449.61
HexA4599E02E4241311e32
Octal2441312360564444613662
Binary10100100101100110011110010111010010010010011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4599E; }

 p { color: rgb(164,89,158); }

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

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

 a { background-color: rgb(164,89,158); }

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

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

 span { border-color: rgb(164,89,158); }

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