#A44499

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

Shades of Violet Blue #A44499

Tints of Violet Blue #A44499

Color information

#A44499 (or 0xA44499) is unknown color: approx Violet Blue. HEX triplet: A4, 44 and 99. RGB value is (164,68,153). Sum of RGB (Red+Green+Blue) = 164+68+153=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44499 is #5BBB66. Grayscale: #6A6A6A. Windows color (decimal): -6011751 or 10044580. OLE color: 10044580.

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

Color convert

RGB16468153-
CMYK00.590.070.36
HSL306.88º41.38%45.49%-
HSV(B)306.88º58.54%64.31%-
XYZ23.1314.3331.68-
YUV106.39154.3169.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=42.60%
G=17.66%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646815300.590.070.36306.8841.3845.49
HexA4449903B724133292d
Octal2441042310737444635155
Binary101001001000100100110010111011111100100100110011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44499; }

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

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

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

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

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

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

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

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