#A44B87

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

Shades of Medium Red Violet #A44B87

Tints of Medium Red Violet #A44B87

Color information

#A44B87 (or 0xA44B87) is unknown color: approx Medium Red Violet. HEX triplet: A4, 4B and 87. RGB value is (164,75,135). Sum of RGB (Red+Green+Blue) = 164+75+135=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B87 is #5BB478. Grayscale: #6C6C6C. Windows color (decimal): -6009977 or 8866724. OLE color: 8866724.

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

Color convert

RGB16475135-
CMYK00.540.180.36
HSL319.55º37.24%46.86%-
HSV(B)319.55º54.27%64.31%-
XYZ22.214.6724.58-
YUV108.45142.99167.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=43.85%
G=20.05%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647513500.540.180.36319.5537.2446.86
HexA44B870361224140252f
Octal24411320706622445004557
Binary10100100100101110000111011011010010100100101000000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B87; }

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

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

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

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

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

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

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

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