#A44994

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

Shades of Violet Blue #A44994

Tints of Violet Blue #A44994

Color information

#A44994 (or 0xA44994) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 94. RGB value is (164,73,148). Sum of RGB (Red+Green+Blue) = 164+73+148=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44994 is #5BB66B. Grayscale: #6C6C6C. Windows color (decimal): -6010476 or 9718180. OLE color: 9718180.

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

Color convert

RGB16473148-
CMYK00.550.100.36
HSL310.55º38.4%46.47%-
HSV(B)310.55º55.49%64.31%-
XYZ23.0414.829.66-
YUV108.76150.15167.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=42.60%
G=18.96%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314800.550.100.36310.5538.446.47
HexA44994037A24137262e
Octal24411122406712444674656
Binary1010010010010011001010001101111010100100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44994; }

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

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

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

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

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

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

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

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