#A3579A

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

Shades of Violet Blue #A3579A

Tints of Violet Blue #A3579A

Color information

#A3579A (or 0xA3579A) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and 9A. RGB value is (163,87,154). Sum of RGB (Red+Green+Blue) = 163+87+154=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3579A is #5CA865. Grayscale: #757575. Windows color (decimal): -6072422 or 10114979. OLE color: 10114979.

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

Color convert

RGB16387154-
CMYK00.470.060.36
HSL307.11º30.4%49.02%-
HSV(B)307.11º46.63%63.92%-
XYZ24.3516.9432.56-
YUV117.36148.68160.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=40.35%
G=21.53%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638715400.470.060.36307.1130.449.02
HexA3579A02F6241331e31
Octal2431272320576444633661
Binary10100011101011110011010010111111010010010011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3579A; }

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

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

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

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

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

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

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

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