#A44991

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

Shades of Violet Blue #A44991

Tints of Violet Blue #A44991

Color information

#A44991 (or 0xA44991) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 91. RGB value is (164,73,145). Sum of RGB (Red+Green+Blue) = 164+73+145=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A44991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44991 is #5BB66E. Grayscale: #6C6C6C. Windows color (decimal): -6010479 or 9521572. OLE color: 9521572.

HSL color Cylindrical-coordinate representation of color #A44991: hue angle of 312.53º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44991 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16473145-
CMYK00.550.120.36
HSL312.53º38.4%46.47%-
HSV(B)312.53º55.49%64.31%-
XYZ22.814.728.42-
YUV108.42148.65167.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=42.93%
G=19.11%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314500.550.120.36312.5338.446.47
HexA44991037C24139262e
Octal24411122106714444714656
Binary1010010010010011001000101101111100100100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44991; }

 p { color: rgb(164,73,145); }

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

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

 a { background-color: rgb(164,73,145); }

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

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

 span { border-color: rgb(164,73,145); }

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