#A44996

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

Shades of Violet Blue #A44996

Tints of Violet Blue #A44996

Color information

#A44996 (or 0xA44996) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 96. RGB value is (164,73,150). Sum of RGB (Red+Green+Blue) = 164+73+150=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A44996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44996 is #5BB669. Grayscale: #6C6C6C. Windows color (decimal): -6010474 or 9849252. OLE color: 9849252.

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

Color convert

RGB16473150-
CMYK00.550.090.36
HSL309.23º38.4%46.47%-
HSV(B)309.23º55.49%64.31%-
XYZ23.214.8630.5-
YUV108.99151.15167.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=42.38%
G=18.86%
B=38.76%

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
Decimal1647315000.550.090.36309.2338.446.47
HexA44996037924135262e
Octal24411122606711444654656
Binary1010010010010011001011001101111001100100100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44996; }

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

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

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

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

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

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

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

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