Shades of Medium Red Violet #A8238F
Tints of Medium Red Violet #A8238F
RGB
CMYK
RGB Variations
Color information
#A8238F (or 0xA8238F) is known color: Medium Red Violet. HEX triplet: A8, 23 and 8F. RGB value is (168,35,143). Sum of RGB (Red+Green+Blue) = 168+35+143=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8238F is #57DC70. Grayscale: #565656. Windows color (decimal): -5758065 or 9380776. OLE color: 9380776.
HSL color Cylindrical-coordinate representation of color #A8238F: hue angle of 311.28º 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 #A8238F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 143 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.34 |
| HSL | 311.28º | 0.66% | 0.4% | - |
| HSV(B) | 311.28º | 0.79% | 0.66% | - |
| XYZ | 21.71 | 11.51 | 27.06 | - |
| YUV | 87.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 143 | 0 | 0.79 | 0.15 | 0.34 | 311.28 | 0.66 | 0.4 |
| Hex | A8 | 23 | 8F | 0 | 4F | F | 22 | 137 | 42 | 28 |
| Octal | 250 | 43 | 217 | 0 | 117 | 17 | 42 | 467 | 102 | 50 |
| Binary | 10101000 | 100011 | 10001111 | 0 | 1001111 | 1111 | 100010 | 100110111 | 1000010 | 101000 |
Color Harmonies of #A8238F
Complementary color
Monochromatic Colors of #A8238F
Black with #A8238F
Text Example
Text Example
White with #A8238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8238F; }
p { color: rgb(168,35,143); }
H1.HeaderClassName
{
color: #A8238F;
}
.AnyTagClassName
{
color: #A8238F;
}
</style>
background-color css
<style>
a { background-color: #A8238F; }
a { background-color: rgb(168,35,143); }
div.DivClassName
{
background-color: #A8238F;
}
.BgClassName
{
background-color: #A8238F;
}
</style>
border-color css
<style>
span { border-color: #A8238F; }
span { border-color: rgb(168,35,143); }
td.TdClassName
{
border-color: #A8238F;
}
.TagClassName
{
border-color: #A8238F;
}
</style>