#A44997

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

Shades of Violet Blue #A44997

Tints of Violet Blue #A44997

Color information

#A44997 (or 0xA44997) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 97. RGB value is (164,73,151). Sum of RGB (Red+Green+Blue) = 164+73+151=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44997 is #5BB668. Grayscale: #6C6C6C. Windows color (decimal): -6010473 or 9914788. OLE color: 9914788.

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

Color convert

RGB16473151-
CMYK00.550.080.36
HSL308.57º38.4%46.47%-
HSV(B)308.57º55.49%64.31%-
XYZ23.2814.8930.93-
YUV109.1151.65167.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=42.27%
G=18.81%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647315100.550.080.36308.5738.446.47
HexA44997037824135262e
Octal24411122706710444654656
Binary1010010010010011001011101101111000100100100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44997; }

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

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

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

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

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

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

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

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