#A32B72

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

Shades of Medium Red Violet #A32B72

Tints of Medium Red Violet #A32B72

Color information

#A32B72 (or 0xA32B72) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2B and 72. RGB value is (163,43,114). Sum of RGB (Red+Green+Blue) = 163+43+114=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B72 is #5CD48D. Grayscale: #565656. Windows color (decimal): -6083726 or 7482275. OLE color: 7482275.

HSL color Cylindrical-coordinate representation of color #A32B72: hue angle of 324.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B72 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16343114-
CMYK00.740.300.36
HSL324.5º58.25%40.39%-
HSV(B)324.5º73.62%63.92%-
XYZ19.0110.7316.99-
YUV86.97143.26182.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=50.94%
G=13.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634311400.740.300.36324.558.2540.39
HexA32B7204A1E241443a28
Octal24353162011236445047250
Binary1010001110101111100100100101011110100100101000100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B72; }

 p { color: rgb(163,43,114); }

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

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

 a { background-color: rgb(163,43,114); }

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

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

 span { border-color: rgb(163,43,114); }

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