#A44399

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

Shades of Violet Blue #A44399

Tints of Violet Blue #A44399

Color information

#A44399 (or 0xA44399) is unknown color: approx Violet Blue. HEX triplet: A4, 43 and 99. RGB value is (164,67,153). Sum of RGB (Red+Green+Blue) = 164+67+153=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A44399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44399 is #5BBC66. Grayscale: #696969. Windows color (decimal): -6012007 or 10044324. OLE color: 10044324.

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

Color convert

RGB16467153-
CMYK00.590.070.36
HSL306.8º41.99%45.29%-
HSV(B)306.8º59.15%64.31%-
XYZ23.0714.2131.66-
YUV105.81154.64169.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=42.71%
G=17.45%
B=39.84%

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
Decimal1646715300.590.070.36306.841.9945.29
HexA4439903B7241332a2d
Octal2441032310737444635255
Binary101001001000011100110010111011111100100100110011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44399; }

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

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

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

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

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

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

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

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