#A44B8A

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

Shades of Medium Red Violet #A44B8A

Tints of Medium Red Violet #A44B8A

Color information

#A44B8A (or 0xA44B8A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 4B and 8A. RGB value is (164,75,138). Sum of RGB (Red+Green+Blue) = 164+75+138=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B8A is #5BB475. Grayscale: #6C6C6C. Windows color (decimal): -6009974 or 9063332. OLE color: 9063332.

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

Color convert

RGB16475138-
CMYK00.540.160.36
HSL317.53º37.24%46.86%-
HSV(B)317.53º54.27%64.31%-
XYZ22.4114.7625.71-
YUV108.79144.49167.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=43.50%
G=19.89%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647513800.540.160.36317.5337.2446.86
HexA44B8A036102413e252f
Octal24411321206620444764557
Binary10100100100101110001010011011010000100100100111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B8A; }

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

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

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

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

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

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

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

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