#A4559F

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

Shades of Violet Blue #A4559F

Tints of Violet Blue #A4559F

Color information

#A4559F (or 0xA4559F) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and 9F. RGB value is (164,85,159). Sum of RGB (Red+Green+Blue) = 164+85+159=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4559F is #5BAA60. Grayscale: #747474. Windows color (decimal): -6007393 or 10442148. OLE color: 10442148.

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

Color convert

RGB16485159-
CMYK00.480.030.36
HSL303.8º31.73%48.82%-
HSV(B)303.8º48.17%64.31%-
XYZ24.8216.8934.75-
YUV117.06151.67161.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=40.20%
G=20.83%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648515900.480.030.36303.831.7348.82
HexA4559F0303241302031
Octal2441252370603444604061
Binary10100100101010110011111011000011100100100110000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4559F; }

 p { color: rgb(164,85,159); }

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

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

 a { background-color: rgb(164,85,159); }

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

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

 span { border-color: rgb(164,85,159); }

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