Shades of Medium Red Violet #A8267B
Tints of Medium Red Violet #A8267B
RGB
CMYK
RGB Variations
Color information
#A8267B (or 0xA8267B) is known color: Medium Red Violet. HEX triplet: A8, 26 and 7B. RGB value is (168,38,123). Sum of RGB (Red+Green+Blue) = 168+38+123=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8267B is #57D984. Grayscale: #565656. Windows color (decimal): -5757317 or 8070824. OLE color: 8070824.
HSL color Cylindrical-coordinate representation of color #A8267B: hue angle of 320.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8267B is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 123 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.34 |
| HSL | 320.77º | 0.63% | 0.4% | - |
| HSV(B) | 320.77º | 0.77% | 0.66% | - |
| XYZ | 20.42 | 11.14 | 19.81 | - |
| YUV | 86.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 123 | 0 | 0.77 | 0.27 | 0.34 | 320.77 | 0.63 | 0.4 |
| Hex | A8 | 26 | 7B | 0 | 4D | 1B | 22 | 141 | 3F | 28 |
| Octal | 250 | 46 | 173 | 0 | 115 | 33 | 42 | 501 | 77 | 50 |
| Binary | 10101000 | 100110 | 1111011 | 0 | 1001101 | 11011 | 100010 | 101000001 | 111111 | 101000 |
Color Harmonies of #A8267B
Complementary color
Monochromatic Colors of #A8267B
Black with #A8267B
Text Example
Text Example
White with #A8267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8267B; }
p { color: rgb(168,38,123); }
H1.HeaderClassName
{
color: #A8267B;
}
.AnyTagClassName
{
color: #A8267B;
}
</style>
background-color css
<style>
a { background-color: #A8267B; }
a { background-color: rgb(168,38,123); }
div.DivClassName
{
background-color: #A8267B;
}
.BgClassName
{
background-color: #A8267B;
}
</style>
border-color css
<style>
span { border-color: #A8267B; }
span { border-color: rgb(168,38,123); }
td.TdClassName
{
border-color: #A8267B;
}
.TagClassName
{
border-color: #A8267B;
}
</style>