#A44B99

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

Shades of Violet Blue #A44B99

Tints of Violet Blue #A44B99

Color information

#A44B99 (or 0xA44B99) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and 99. RGB value is (164,75,153). Sum of RGB (Red+Green+Blue) = 164+75+153=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B99 is #5BB466. Grayscale: #6E6E6E. Windows color (decimal): -6009959 or 10046372. OLE color: 10046372.

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

Color convert

RGB16475153-
CMYK00.540.070.36
HSL307.42º37.24%46.86%-
HSV(B)307.42º54.27%64.31%-
XYZ23.5815.2231.83-
YUV110.5151.99166.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=41.84%
G=19.13%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647515300.540.070.36307.4237.2446.86
HexA44B99036724133252f
Octal2441132310667444634557
Binary101001001001011100110010110110111100100100110011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B99; }

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

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

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

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

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

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

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

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