Shades of Medium Red Violet #A8268A
Tints of Medium Red Violet #A8268A
RGB
CMYK
RGB Variations
Color information
#A8268A (or 0xA8268A) is known color: Medium Red Violet. HEX triplet: A8, 26 and 8A. RGB value is (168,38,138). Sum of RGB (Red+Green+Blue) = 168+38+138=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8268A is #57D975. Grayscale: #585858. Windows color (decimal): -5757302 or 9053864. OLE color: 9053864.
HSL color Cylindrical-coordinate representation of color #A8268A: hue angle of 313.85º 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 #A8268A is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 138 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.34 |
| HSL | 313.85º | 0.63% | 0.4% | - |
| HSV(B) | 313.85º | 0.77% | 0.66% | - |
| XYZ | 21.43 | 11.55 | 25.14 | - |
| YUV | 88.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 138 | 0 | 0.77 | 0.18 | 0.34 | 313.85 | 0.63 | 0.4 |
| Hex | A8 | 26 | 8A | 0 | 4D | 12 | 22 | 13A | 3F | 28 |
| Octal | 250 | 46 | 212 | 0 | 115 | 22 | 42 | 472 | 77 | 50 |
| Binary | 10101000 | 100110 | 10001010 | 0 | 1001101 | 10010 | 100010 | 100111010 | 111111 | 101000 |
Color Harmonies of #A8268A
Complementary color
Monochromatic Colors of #A8268A
Black with #A8268A
Text Example
Text Example
White with #A8268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8268A; }
p { color: rgb(168,38,138); }
H1.HeaderClassName
{
color: #A8268A;
}
.AnyTagClassName
{
color: #A8268A;
}
</style>
background-color css
<style>
a { background-color: #A8268A; }
a { background-color: rgb(168,38,138); }
div.DivClassName
{
background-color: #A8268A;
}
.BgClassName
{
background-color: #A8268A;
}
</style>
border-color css
<style>
span { border-color: #A8268A; }
span { border-color: rgb(168,38,138); }
td.TdClassName
{
border-color: #A8268A;
}
.TagClassName
{
border-color: #A8268A;
}
</style>