#A4559A

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

Shades of Violet Blue #A4559A

Tints of Violet Blue #A4559A

Color information

#A4559A (or 0xA4559A) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and 9A. RGB value is (164,85,154). Sum of RGB (Red+Green+Blue) = 164+85+154=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4559A is #5BAA65. Grayscale: #747474. Windows color (decimal): -6007398 or 10114468. OLE color: 10114468.

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

Color convert

RGB16485154-
CMYK00.480.060.36
HSL307.59º31.73%48.82%-
HSV(B)307.59º48.17%64.31%-
XYZ24.3916.7232.51-
YUV116.49149.17161.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=40.69%
G=21.09%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648515400.480.060.36307.5931.7348.82
HexA4559A0306241342031
Octal2441252320606444644061
Binary101001001010101100110100110000110100100100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4559A; }

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

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

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

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

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

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

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

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