#A32B82

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

Shades of Medium Red Violet #A32B82

Tints of Medium Red Violet #A32B82

Color information

#A32B82 (or 0xA32B82) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2B and 82. RGB value is (163,43,130). Sum of RGB (Red+Green+Blue) = 163+43+130=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B82 is #5CD47D. Grayscale: #585858. Windows color (decimal): -6083710 or 8530851. OLE color: 8530851.

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

Color convert

RGB16343130-
CMYK00.740.200.36
HSL316.5º58.25%40.39%-
HSV(B)316.5º73.62%63.92%-
XYZ2011.1322.21-
YUV88.8151.26180.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=48.51%
G=12.80%
B=38.69%

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
Decimal1634313000.740.200.36316.558.2540.39
HexA32B8204A142413c3a28
Octal24353202011224444747250
Binary10100011101011100000100100101010100100100100111100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B82; }

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

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

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

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

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

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

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

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