#A4579F

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

Shades of Violet Blue #A4579F

Tints of Violet Blue #A4579F

Color information

#A4579F (or 0xA4579F) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and 9F. RGB value is (164,87,159). Sum of RGB (Red+Green+Blue) = 164+87+159=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4579F is #5BA860. Grayscale: #767676. Windows color (decimal): -6006881 or 10442660. OLE color: 10442660.

HSL color Cylindrical-coordinate representation of color #A4579F: hue angle of 303.9º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4579F is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16487159-
CMYK00.470.030.36
HSL303.9º30.68%49.22%-
HSV(B)303.9º46.95%64.31%-
XYZ24.9817.2134.81-
YUV118.23151.01160.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=40%
G=21.22%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648715900.470.030.36303.930.6849.22
HexA4579F02F3241301f31
Octal2441272370573444603761
Binary1010010010101111001111101011111110010010011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4579F; }

 p { color: rgb(164,87,159); }

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

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

 a { background-color: rgb(164,87,159); }

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

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

 span { border-color: rgb(164,87,159); }

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