#A832A2

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

Shades of Medium Red Violet #A832A2

Tints of Medium Red Violet #A832A2

Color information

#A832A2 (or 0xA832A2) is unknown color: approx Medium Red Violet. HEX triplet: A8, 32 and A2. RGB value is (168,50,162). Sum of RGB (Red+Green+Blue) = 168+50+162=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A832A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832A2 is #57CD5D. Grayscale: #616161. Windows color (decimal): -5754206 or 10629800. OLE color: 10629800.

HSL color Cylindrical-coordinate representation of color #A832A2: hue angle of 303.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A832A2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16850162-
CMYK00.700.040.34
HSL303.05º54.13%42.75%-
HSV(B)303.05º70.24%65.88%-
XYZ23.8113.2135.48-
YUV98.05164.09177.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=44.21%
G=13.16%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685016200.700.040.34303.0554.1342.75
HexA832A204642212f362b
Octal2506224201064424576653
Binary101010001100101010001001000110100100010100101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A832A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A832A2; }

 p { color: rgb(168,50,162); }

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

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

 a { background-color: rgb(168,50,162); }

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

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

 span { border-color: rgb(168,50,162); }

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