#A44B85

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

Shades of Medium Red Violet #A44B85

Tints of Medium Red Violet #A44B85

Color information

#A44B85 (or 0xA44B85) is unknown color: approx Medium Red Violet. HEX triplet: A4, 4B and 85. RGB value is (164,75,133). Sum of RGB (Red+Green+Blue) = 164+75+133=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B85 is #5BB47A. Grayscale: #6C6C6C. Windows color (decimal): -6009979 or 8735652. OLE color: 8735652.

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

Color convert

RGB16475133-
CMYK00.540.190.36
HSL320.9º37.24%46.86%-
HSV(B)320.9º54.27%64.31%-
XYZ22.0614.6223.85-
YUV108.22141.99167.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=44.09%
G=20.16%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647513300.540.190.36320.937.2446.86
HexA44B850361324141252f
Octal24411320506623445014557
Binary10100100100101110000101011011010011100100101000001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B85; }

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

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

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

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

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

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

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

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