#A44B96

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

Shades of Violet Blue #A44B96

Tints of Violet Blue #A44B96

Color information

#A44B96 (or 0xA44B96) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and 96. RGB value is (164,75,150). Sum of RGB (Red+Green+Blue) = 164+75+150=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B96 is #5BB469. Grayscale: #6D6D6D. Windows color (decimal): -6009962 or 9849764. OLE color: 9849764.

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

Color convert

RGB16475150-
CMYK00.540.090.36
HSL309.44º37.24%46.86%-
HSV(B)309.44º54.27%64.31%-
XYZ23.3315.1330.54-
YUV110.16150.49166.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=42.16%
G=19.28%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647515000.540.090.36309.4437.2446.86
HexA44B96036924135252f
Octal24411322606611444654557
Binary1010010010010111001011001101101001100100100110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B96; }

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

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

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

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

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

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

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

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