#A44D88

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

Shades of Medium Red Violet #A44D88

Tints of Medium Red Violet #A44D88

Color information

#A44D88 (or 0xA44D88) is unknown color: approx Medium Red Violet. HEX triplet: A4, 4D and 88. RGB value is (164,77,136). Sum of RGB (Red+Green+Blue) = 164+77+136=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D88 is #5BB277. Grayscale: #6D6D6D. Windows color (decimal): -6009464 or 8932772. OLE color: 8932772.

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

Color convert

RGB16477136-
CMYK00.530.170.36
HSL319.31º36.1%47.25%-
HSV(B)319.31º53.05%64.31%-
XYZ22.4114.9825-
YUV109.74142.82166.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=43.50%
G=20.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647713600.530.170.36319.3136.147.25
HexA44D88035112413f242f
Octal24411521006521444774457
Binary10100100100110110001000011010110001100100100111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D88; }

 p { color: rgb(164,77,136); }

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

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

 a { background-color: rgb(164,77,136); }

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

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

 span { border-color: rgb(164,77,136); }

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