Shades of Medium Red Violet #A2328A
Tints of Medium Red Violet #A2328A
RGB
CMYK
RGB Variations
Color information
#A2328A (or 0xA2328A) is known color: Medium Red Violet. HEX triplet: A2, 32 and 8A. RGB value is (162,50,138). Sum of RGB (Red+Green+Blue) = 162+50+138=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2328A is #5DCD75. Grayscale: #5D5D5D. Windows color (decimal): -6147446 or 9056930. OLE color: 9056930.
HSL color Cylindrical-coordinate representation of color #A2328A: hue angle of 312.86º 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 #A2328A is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 138 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.36 |
| HSL | 312.86º | 0.53% | 0.42% | - |
| HSV(B) | 312.86º | 0.69% | 0.64% | - |
| XYZ | 20.63 | 11.8 | 25.23 | - |
| YUV | 93.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 138 | 0 | 0.69 | 0.15 | 0.36 | 312.86 | 0.53 | 0.42 |
| Hex | A2 | 32 | 8A | 0 | 45 | F | 24 | 139 | 35 | 2A |
| Octal | 242 | 62 | 212 | 0 | 105 | 17 | 44 | 471 | 65 | 52 |
| Binary | 10100010 | 110010 | 10001010 | 0 | 1000101 | 1111 | 100100 | 100111001 | 110101 | 101010 |
Color Harmonies of #A2328A
Complementary color
Monochromatic Colors of #A2328A
Black with #A2328A
Text Example
Text Example
White with #A2328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2328A; }
p { color: rgb(162,50,138); }
H1.HeaderClassName
{
color: #A2328A;
}
.AnyTagClassName
{
color: #A2328A;
}
</style>
background-color css
<style>
a { background-color: #A2328A; }
a { background-color: rgb(162,50,138); }
div.DivClassName
{
background-color: #A2328A;
}
.BgClassName
{
background-color: #A2328A;
}
</style>
border-color css
<style>
span { border-color: #A2328A; }
span { border-color: rgb(162,50,138); }
td.TdClassName
{
border-color: #A2328A;
}
.TagClassName
{
border-color: #A2328A;
}
</style>