Shades of Medium Red Violet #A2328C
Tints of Medium Red Violet #A2328C
RGB
CMYK
RGB Variations
Color information
#A2328C (or 0xA2328C) is known color: Medium Red Violet. HEX triplet: A2, 32 and 8C. RGB value is (162,50,140). Sum of RGB (Red+Green+Blue) = 162+50+140=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2328C is #5DCD73. Grayscale: #5D5D5D. Windows color (decimal): -6147444 or 9188002. OLE color: 9188002.
HSL color Cylindrical-coordinate representation of color #A2328C: hue angle of 311.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2328C is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 140 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.36 |
| HSL | 311.79º | 0.53% | 0.42% | - |
| HSV(B) | 311.79º | 0.69% | 0.64% | - |
| XYZ | 20.77 | 11.86 | 26 | - |
| YUV | 93.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 140 | 0 | 0.69 | 0.14 | 0.36 | 311.79 | 0.53 | 0.42 |
| Hex | A2 | 32 | 8C | 0 | 45 | E | 24 | 138 | 35 | 2A |
| Octal | 242 | 62 | 214 | 0 | 105 | 16 | 44 | 470 | 65 | 52 |
| Binary | 10100010 | 110010 | 10001100 | 0 | 1000101 | 1110 | 100100 | 100111000 | 110101 | 101010 |
Color Harmonies of #A2328C
Complementary color
Monochromatic Colors of #A2328C
Black with #A2328C
Text Example
Text Example
White with #A2328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2328C; }
p { color: rgb(162,50,140); }
H1.HeaderClassName
{
color: #A2328C;
}
.AnyTagClassName
{
color: #A2328C;
}
</style>
background-color css
<style>
a { background-color: #A2328C; }
a { background-color: rgb(162,50,140); }
div.DivClassName
{
background-color: #A2328C;
}
.BgClassName
{
background-color: #A2328C;
}
</style>
border-color css
<style>
span { border-color: #A2328C; }
span { border-color: rgb(162,50,140); }
td.TdClassName
{
border-color: #A2328C;
}
.TagClassName
{
border-color: #A2328C;
}
</style>