#A32D7B

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

Shades of Medium Red Violet #A32D7B

Tints of Medium Red Violet #A32D7B

Color information

#A32D7B (or 0xA32D7B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2D and 7B. RGB value is (163,45,123). Sum of RGB (Red+Green+Blue) = 163+45+123=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D7B is #5CD284. Grayscale: #585858. Windows color (decimal): -6083205 or 8072611. OLE color: 8072611.

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

Color convert

RGB16345123-
CMYK00.720.250.36
HSL320.34º56.73%40.78%-
HSV(B)320.34º72.39%63.92%-
XYZ19.6211.0919.85-
YUV89.17147.09180.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=49.24%
G=13.60%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634512300.720.250.36320.3456.7340.78
HexA32D7B04819241403929
Octal24355173011031445007151
Binary1010001110110111110110100100011001100100101000000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D7B; }

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

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

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

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

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

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

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

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