#A4539D

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

Shades of Violet Blue #A4539D

Tints of Violet Blue #A4539D

Color information

#A4539D (or 0xA4539D) is unknown color: approx Violet Blue. HEX triplet: A4, 53 and 9D. RGB value is (164,83,157). Sum of RGB (Red+Green+Blue) = 164+83+157=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4539D is #5BAC62. Grayscale: #737373. Windows color (decimal): -6007907 or 10310564. OLE color: 10310564.

HSL color Cylindrical-coordinate representation of color #A4539D: hue angle of 305.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4539D is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16483157-
CMYK00.490.040.36
HSL305.19º32.79%48.43%-
HSV(B)305.19º49.39%64.31%-
XYZ24.4916.5133.79-
YUV115.66151.34162.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=40.59%
G=20.54%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648315700.490.040.36305.1932.7948.43
HexA4539D0314241312130
Octal2441232350614444614160
Binary101001001010011100111010110001100100100100110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4539D; }

 p { color: rgb(164,83,157); }

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

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

 a { background-color: rgb(164,83,157); }

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

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

 span { border-color: rgb(164,83,157); }

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