#A3579B

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

Shades of Violet Blue #A3579B

Tints of Violet Blue #A3579B

Color information

#A3579B (or 0xA3579B) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and 9B. RGB value is (163,87,155). Sum of RGB (Red+Green+Blue) = 163+87+155=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3579B is #5CA864. Grayscale: #757575. Windows color (decimal): -6072421 or 10180515. OLE color: 10180515.

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

Color convert

RGB16387155-
CMYK00.470.050.36
HSL306.32º30.4%49.02%-
HSV(B)306.32º46.63%63.92%-
XYZ24.4316.9733-
YUV117.48149.18160.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=40.25%
G=21.48%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638715500.470.050.36306.3230.449.02
HexA3579B02F5241321e31
Octal2431272330575444623661
Binary10100011101011110011011010111110110010010011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3579B; }

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

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

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

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

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

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

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

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