#A44B97

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

Shades of Violet Blue #A44B97

Tints of Violet Blue #A44B97

Color information

#A44B97 (or 0xA44B97) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and 97. RGB value is (164,75,151). Sum of RGB (Red+Green+Blue) = 164+75+151=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B97 is #5BB468. Grayscale: #6E6E6E. Windows color (decimal): -6009961 or 9915300. OLE color: 9915300.

HSL color Cylindrical-coordinate representation of color #A44B97: hue angle of 308.76º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B97 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16475151-
CMYK00.540.080.36
HSL308.76º37.24%46.86%-
HSV(B)308.76º54.27%64.31%-
XYZ23.4115.1630.97-
YUV110.28150.99166.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=42.05%
G=19.23%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647515100.540.080.36308.7637.2446.86
HexA44B97036824135252f
Octal24411322706610444654557
Binary1010010010010111001011101101101000100100100110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B97; }

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

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

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

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

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

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

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

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