#A44995

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

Shades of Violet Blue #A44995

Tints of Violet Blue #A44995

Color information

#A44995 (or 0xA44995) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 95. RGB value is (164,73,149). Sum of RGB (Red+Green+Blue) = 164+73+149=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A44995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44995 is #5BB66A. Grayscale: #6C6C6C. Windows color (decimal): -6010475 or 9783716. OLE color: 9783716.

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

Color convert

RGB16473149-
CMYK00.550.090.36
HSL309.89º38.4%46.47%-
HSV(B)309.89º55.49%64.31%-
XYZ23.1214.8330.08-
YUV108.87150.65167.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=42.49%
G=18.91%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314900.550.090.36309.8938.446.47
HexA44995037924136262e
Octal24411122506711444664656
Binary1010010010010011001010101101111001100100100110110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44995; }

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

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

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

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

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

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

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

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