#A4549C

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

Shades of Violet Blue #A4549C

Tints of Violet Blue #A4549C

Color information

#A4549C (or 0xA4549C) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and 9C. RGB value is (164,84,156). Sum of RGB (Red+Green+Blue) = 164+84+156=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4549C is #5BAB63. Grayscale: #737373. Windows color (decimal): -6007652 or 10245284. OLE color: 10245284.

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

Color convert

RGB16484156-
CMYK00.490.050.36
HSL306º32.26%48.63%-
HSV(B)306º48.78%64.31%-
XYZ24.4816.6333.37-
YUV116.13150.5162.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=40.59%
G=20.79%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648415600.490.050.3630632.2648.63
HexA4549C0315241322031
Octal2441242340615444624061
Binary101001001010100100111000110001101100100100110010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4549C; }

 p { color: rgb(164,84,156); }

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

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

 a { background-color: rgb(164,84,156); }

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

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

 span { border-color: rgb(164,84,156); }

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