Shades of Medium Red Violet #A83E8B
Tints of Medium Red Violet #A83E8B
RGB
CMYK
RGB Variations
Color information
#A83E8B (or 0xA83E8B) is known color: Medium Red Violet. HEX triplet: A8, 3E and 8B. RGB value is (168,62,139). Sum of RGB (Red+Green+Blue) = 168+62+139=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83E8B is #57C174. Grayscale: #666666. Windows color (decimal): -5751157 or 9125544. OLE color: 9125544.
HSL color Cylindrical-coordinate representation of color #A83E8B: hue angle of 316.42º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83E8B is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 139 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.34 |
| HSL | 316.42º | 0.46% | 0.45% | - |
| HSV(B) | 316.42º | 0.63% | 0.66% | - |
| XYZ | 22.53 | 13.63 | 25.87 | - |
| YUV | 102.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 139 | 0 | 0.63 | 0.17 | 0.34 | 316.42 | 0.46 | 0.45 |
| Hex | A8 | 3E | 8B | 0 | 3F | 11 | 22 | 13C | 2E | 2D |
| Octal | 250 | 76 | 213 | 0 | 77 | 21 | 42 | 474 | 56 | 55 |
| Binary | 10101000 | 111110 | 10001011 | 0 | 111111 | 10001 | 100010 | 100111100 | 101110 | 101101 |
Color Harmonies of #A83E8B
Complementary color
Monochromatic Colors of #A83E8B
Black with #A83E8B
Text Example
Text Example
White with #A83E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E8B; }
p { color: rgb(168,62,139); }
H1.HeaderClassName
{
color: #A83E8B;
}
.AnyTagClassName
{
color: #A83E8B;
}
</style>
background-color css
<style>
a { background-color: #A83E8B; }
a { background-color: rgb(168,62,139); }
div.DivClassName
{
background-color: #A83E8B;
}
.BgClassName
{
background-color: #A83E8B;
}
</style>
border-color css
<style>
span { border-color: #A83E8B; }
span { border-color: rgb(168,62,139); }
td.TdClassName
{
border-color: #A83E8B;
}
.TagClassName
{
border-color: #A83E8B;
}
</style>