#A32A82

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

Shades of Medium Red Violet #A32A82

Tints of Medium Red Violet #A32A82

Color information

#A32A82 (or 0xA32A82) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2A and 82. RGB value is (163,42,130). Sum of RGB (Red+Green+Blue) = 163+42+130=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32A82 is #5CD57D. Grayscale: #575757. Windows color (decimal): -6083966 or 8530595. OLE color: 8530595.

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

Color convert

RGB16342130-
CMYK00.740.200.36
HSL316.36º59.02%40.2%-
HSV(B)316.36º74.23%63.92%-
XYZ19.9611.0522.2-
YUV88.21151.59181.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=48.66%
G=12.54%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634213000.740.200.36316.3659.0240.2
HexA32A8204A142413c3b28
Octal24352202011224444747350
Binary10100011101010100000100100101010100100100100111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32A82; }

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

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

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

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

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

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

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

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