#A44491

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

Shades of Violet Blue #A44491

Tints of Violet Blue #A44491

Color information

#A44491 (or 0xA44491) is unknown color: approx Violet Blue. HEX triplet: A4, 44 and 91. RGB value is (164,68,145). Sum of RGB (Red+Green+Blue) = 164+68+145=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44491 is #5BBB6E. Grayscale: #696969. Windows color (decimal): -6011759 or 9520292. OLE color: 9520292.

HSL color Cylindrical-coordinate representation of color #A44491: hue angle of 311.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 #A44491 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16468145-
CMYK00.590.120.36
HSL311.88º41.38%45.49%-
HSV(B)311.88º58.54%64.31%-
XYZ22.4914.0728.32-
YUV105.48150.3169.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=43.50%
G=18.04%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646814500.590.120.36311.8841.3845.49
HexA4449103BC24138292d
Octal24410422107314444705155
Binary1010010010001001001000101110111100100100100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44491; }

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

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

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

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

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

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

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

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