Shades of Medium Red Violet #A2328B
Tints of Medium Red Violet #A2328B
RGB
CMYK
RGB Variations
Color information
#A2328B (or 0xA2328B) is known color: Medium Red Violet. HEX triplet: A2, 32 and 8B. RGB value is (162,50,139). Sum of RGB (Red+Green+Blue) = 162+50+139=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2328B is #5DCD74. Grayscale: #5D5D5D. Windows color (decimal): -6147445 or 9122466. OLE color: 9122466.
HSL color Cylindrical-coordinate representation of color #A2328B: hue angle of 312.32º 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 #A2328B is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 139 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.36 |
| HSL | 312.32º | 0.53% | 0.42% | - |
| HSV(B) | 312.32º | 0.69% | 0.64% | - |
| XYZ | 20.7 | 11.83 | 25.62 | - |
| YUV | 93.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 139 | 0 | 0.69 | 0.14 | 0.36 | 312.32 | 0.53 | 0.42 |
| Hex | A2 | 32 | 8B | 0 | 45 | E | 24 | 138 | 35 | 2A |
| Octal | 242 | 62 | 213 | 0 | 105 | 16 | 44 | 470 | 65 | 52 |
| Binary | 10100010 | 110010 | 10001011 | 0 | 1000101 | 1110 | 100100 | 100111000 | 110101 | 101010 |
Color Harmonies of #A2328B
Complementary color
Monochromatic Colors of #A2328B
Black with #A2328B
Text Example
Text Example
White with #A2328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2328B; }
p { color: rgb(162,50,139); }
H1.HeaderClassName
{
color: #A2328B;
}
.AnyTagClassName
{
color: #A2328B;
}
</style>
background-color css
<style>
a { background-color: #A2328B; }
a { background-color: rgb(162,50,139); }
div.DivClassName
{
background-color: #A2328B;
}
.BgClassName
{
background-color: #A2328B;
}
</style>
border-color css
<style>
span { border-color: #A2328B; }
span { border-color: rgb(162,50,139); }
td.TdClassName
{
border-color: #A2328B;
}
.TagClassName
{
border-color: #A2328B;
}
</style>