#A4579E

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

Shades of Violet Blue #A4579E

Tints of Violet Blue #A4579E

Color information

#A4579E (or 0xA4579E) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and 9E. RGB value is (164,87,158). Sum of RGB (Red+Green+Blue) = 164+87+158=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4579E is #5BA861. Grayscale: #757575. Windows color (decimal): -6006882 or 10377124. OLE color: 10377124.

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

Color convert

RGB16487158-
CMYK00.470.040.36
HSL304.68º30.68%49.22%-
HSV(B)304.68º46.95%64.31%-
XYZ24.8917.1834.35-
YUV118.12150.51160.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=40.10%
G=21.27%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648715800.470.040.36304.6830.6849.22
HexA4579E02F4241311f31
Octal2441272360574444613761
Binary10100100101011110011110010111110010010010011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4579E; }

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

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

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

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

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

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

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

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