#A3579F

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

Shades of Violet Blue #A3579F

Tints of Violet Blue #A3579F

Color information

#A3579F (or 0xA3579F) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and 9F. RGB value is (163,87,159). Sum of RGB (Red+Green+Blue) = 163+87+159=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3579F is #5CA860. Grayscale: #757575. Windows color (decimal): -6072417 or 10442659. OLE color: 10442659.

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

Color convert

RGB16387159-
CMYK00.470.020.36
HSL303.16º30.4%49.02%-
HSV(B)303.16º46.63%63.92%-
XYZ24.7717.1134.8-
YUV117.93151.18160.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=39.85%
G=21.27%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638715900.470.020.36303.1630.449.02
HexA3579F02F22412f1e31
Octal2431272370572444573661
Binary1010001110101111001111101011111010010010010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3579F; }

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

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

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

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

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

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

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

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