#A32982

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

Shades of Medium Red Violet #A32982

Tints of Medium Red Violet #A32982

Color information

#A32982 (or 0xA32982) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 82. RGB value is (163,41,130). Sum of RGB (Red+Green+Blue) = 163+41+130=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A32982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32982 is #5CD67D. Grayscale: #575757. Windows color (decimal): -6084222 or 8530339. OLE color: 8530339.

HSL color Cylindrical-coordinate representation of color #A32982: hue angle of 316.23º degrees, saturation: 0.6, 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 #A32982 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16341130-
CMYK00.750.200.36
HSL316.23º59.8%40%-
HSV(B)316.23º74.85%63.92%-
XYZ19.9310.9822.19-
YUV87.62151.92181.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=48.80%
G=12.28%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634113000.750.200.36316.2359.840
HexA3298204B142413c3c28
Octal24351202011324444747450
Binary10100011101001100000100100101110100100100100111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32982; }

 p { color: rgb(163,41,130); }

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

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

 a { background-color: rgb(163,41,130); }

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

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

 span { border-color: rgb(163,41,130); }

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