#A32D90

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

Shades of Medium Red Violet #A32D90

Tints of Medium Red Violet #A32D90

Color information

#A32D90 (or 0xA32D90) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2D and 90. RGB value is (163,45,144). Sum of RGB (Red+Green+Blue) = 163+45+144=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D90 is #5CD26F. Grayscale: #5B5B5B. Windows color (decimal): -6083184 or 9448867. OLE color: 9448867.

HSL color Cylindrical-coordinate representation of color #A32D90: hue angle of 309.66º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32D90 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16345144-
CMYK00.720.120.36
HSL309.66º56.73%40.78%-
HSV(B)309.66º72.39%63.92%-
XYZ21.0811.6827.53-
YUV91.57157.59178.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 45 (17.97% from 255) = 12.78%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=46.31%
G=12.78%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634514400.720.120.36309.6656.7340.78
HexA32D90048C241363929
Octal24355220011014444667151
Binary1010001110110110010000010010001100100100100110110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D90; }

 p { color: rgb(163,45,144); }

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

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

 a { background-color: rgb(163,45,144); }

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

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

 span { border-color: rgb(163,45,144); }

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