Shades of Medium Red Violet #A8237A
Tints of Medium Red Violet #A8237A
RGB
CMYK
RGB Variations
Color information
#A8237A (or 0xA8237A) is known color: Medium Red Violet. HEX triplet: A8, 23 and 7A. RGB value is (168,35,122). Sum of RGB (Red+Green+Blue) = 168+35+122=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8237A is #57DC85. Grayscale: #545454. Windows color (decimal): -5758086 or 8004520. OLE color: 8004520.
HSL color Cylindrical-coordinate representation of color #A8237A: hue angle of 320.75º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8237A is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 122 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.34 |
| HSL | 320.75º | 0.66% | 0.4% | - |
| HSV(B) | 320.75º | 0.79% | 0.66% | - |
| XYZ | 20.26 | 10.93 | 19.45 | - |
| YUV | 84.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 122 | 0 | 0.79 | 0.27 | 0.34 | 320.75 | 0.66 | 0.4 |
| Hex | A8 | 23 | 7A | 0 | 4F | 1B | 22 | 141 | 42 | 28 |
| Octal | 250 | 43 | 172 | 0 | 117 | 33 | 42 | 501 | 102 | 50 |
| Binary | 10101000 | 100011 | 1111010 | 0 | 1001111 | 11011 | 100010 | 101000001 | 1000010 | 101000 |
Color Harmonies of #A8237A
Complementary color
Monochromatic Colors of #A8237A
Black with #A8237A
Text Example
Text Example
White with #A8237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8237A; }
p { color: rgb(168,35,122); }
H1.HeaderClassName
{
color: #A8237A;
}
.AnyTagClassName
{
color: #A8237A;
}
</style>
background-color css
<style>
a { background-color: #A8237A; }
a { background-color: rgb(168,35,122); }
div.DivClassName
{
background-color: #A8237A;
}
.BgClassName
{
background-color: #A8237A;
}
</style>
border-color css
<style>
span { border-color: #A8237A; }
span { border-color: rgb(168,35,122); }
td.TdClassName
{
border-color: #A8237A;
}
.TagClassName
{
border-color: #A8237A;
}
</style>