#A32474

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

Shades of Medium Red Violet #A32474

Tints of Medium Red Violet #A32474

Color information

#A32474 (or 0xA32474) is unknown color: approx Medium Red Violet. HEX triplet: A3, 24 and 74. RGB value is (163,36,116). Sum of RGB (Red+Green+Blue) = 163+36+116=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32474 is #5CDB8B. Grayscale: #525252. Windows color (decimal): -6085516 or 7611555. OLE color: 7611555.

HSL color Cylindrical-coordinate representation of color #A32474: hue angle of 322.2º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32474 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16336116-
CMYK00.780.290.36
HSL322.2º63.82%39.02%-
HSV(B)322.2º77.91%63.92%-
XYZ18.8910.3117.52-
YUV83.09146.58185-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=51.75%
G=11.43%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633611600.780.290.36322.263.8239.02
HexA3247404E1D241424027
Octal243441640116354450210047
Binary10100011100100111010001001110111011001001010000101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32474; }

 p { color: rgb(163,36,116); }

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

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

 a { background-color: rgb(163,36,116); }

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

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

 span { border-color: rgb(163,36,116); }

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