#A44D99

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

Shades of Violet Blue #A44D99

Tints of Violet Blue #A44D99

Color information

#A44D99 (or 0xA44D99) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and 99. RGB value is (164,77,153). Sum of RGB (Red+Green+Blue) = 164+77+153=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D99 is #5BB266. Grayscale: #6F6F6F. Windows color (decimal): -6009447 or 10046884. OLE color: 10046884.

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

Color convert

RGB16477153-
CMYK00.530.070.36
HSL307.59º36.1%47.25%-
HSV(B)307.59º53.05%64.31%-
XYZ23.7115.531.88-
YUV111.68151.32165.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=41.62%
G=19.54%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647715300.530.070.36307.5936.147.25
HexA44D99035724134242f
Octal2441152310657444644457
Binary101001001001101100110010110101111100100100110100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D99; }

 p { color: rgb(164,77,153); }

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

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

 a { background-color: rgb(164,77,153); }

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

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

 span { border-color: rgb(164,77,153); }

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