#A3579D

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

Shades of Violet Blue #A3579D

Tints of Violet Blue #A3579D

Color information

#A3579D (or 0xA3579D) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and 9D. RGB value is (163,87,157). Sum of RGB (Red+Green+Blue) = 163+87+157=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3579D is #5CA862. Grayscale: #757575. Windows color (decimal): -6072419 or 10311587. OLE color: 10311587.

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

Color convert

RGB16387157-
CMYK00.470.040.36
HSL304.74º30.4%49.02%-
HSV(B)304.74º46.63%63.92%-
XYZ24.617.0433.89-
YUV117.7150.18160.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=40.05%
G=21.38%
B=38.57%

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
Decimal1638715700.470.040.36304.7430.449.02
HexA3579D02F4241311e31
Octal2431272350574444613661
Binary10100011101011110011101010111110010010010011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3579D; }

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

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

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

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

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

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

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

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