#A44999

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

Shades of Violet Blue #A44999

Tints of Violet Blue #A44999

Color information

#A44999 (or 0xA44999) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 99. RGB value is (164,73,153). Sum of RGB (Red+Green+Blue) = 164+73+153=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A44999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44999 is #5BB666. Grayscale: #6D6D6D. Windows color (decimal): -6010471 or 10045860. OLE color: 10045860.

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

Color convert

RGB16473153-
CMYK00.550.070.36
HSL307.25º38.4%46.47%-
HSV(B)307.25º55.49%64.31%-
XYZ23.4414.9631.79-
YUV109.33152.65167-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=42.05%
G=18.72%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647315300.550.070.36307.2538.446.47
HexA44999037724133262e
Octal2441112310677444634656
Binary101001001001001100110010110111111100100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44999; }

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

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

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

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

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

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

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

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