#A32872

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

Shades of Medium Red Violet #A32872

Tints of Medium Red Violet #A32872

Color information

#A32872 (or 0xA32872) is unknown color: approx Medium Red Violet. HEX triplet: A3, 28 and 72. RGB value is (163,40,114). Sum of RGB (Red+Green+Blue) = 163+40+114=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A32872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32872 is #5CD78D. Grayscale: #555555. Windows color (decimal): -6084494 or 7481507. OLE color: 7481507.

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

Color convert

RGB16340114-
CMYK00.750.300.36
HSL323.9º60.59%39.8%-
HSV(B)323.9º75.46%63.92%-
XYZ18.910.5216.95-
YUV85.21144.25183.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=51.42%
G=12.62%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634011400.750.300.36323.960.5939.8
HexA3287204B1E241443d28
Octal24350162011336445047550
Binary1010001110100011100100100101111110100100101000100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32872; }

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

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

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

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

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

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

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

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