Shades of Medium Red Violet #A8277D
Tints of Medium Red Violet #A8277D
RGB
CMYK
RGB Variations
Color information
#A8277D (or 0xA8277D) is known color: Medium Red Violet. HEX triplet: A8, 27 and 7D. RGB value is (168,39,125). Sum of RGB (Red+Green+Blue) = 168+39+125=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8277D is #57D882. Grayscale: #575757. Windows color (decimal): -5757059 or 8202152. OLE color: 8202152.
HSL color Cylindrical-coordinate representation of color #A8277D: hue angle of 320º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8277D is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 125 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.34 |
| HSL | 320º | 0.62% | 0.41% | - |
| HSV(B) | 320º | 0.77% | 0.66% | - |
| XYZ | 20.58 | 11.26 | 20.49 | - |
| YUV | 87.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 125 | 0 | 0.77 | 0.26 | 0.34 | 320 | 0.62 | 0.41 |
| Hex | A8 | 27 | 7D | 0 | 4D | 1A | 22 | 140 | 3E | 29 |
| Octal | 250 | 47 | 175 | 0 | 115 | 32 | 42 | 500 | 76 | 51 |
| Binary | 10101000 | 100111 | 1111101 | 0 | 1001101 | 11010 | 100010 | 101000000 | 111110 | 101001 |
Color Harmonies of #A8277D
Complementary color
Monochromatic Colors of #A8277D
Black with #A8277D
Text Example
Text Example
White with #A8277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8277D; }
p { color: rgb(168,39,125); }
H1.HeaderClassName
{
color: #A8277D;
}
.AnyTagClassName
{
color: #A8277D;
}
</style>
background-color css
<style>
a { background-color: #A8277D; }
a { background-color: rgb(168,39,125); }
div.DivClassName
{
background-color: #A8277D;
}
.BgClassName
{
background-color: #A8277D;
}
</style>
border-color css
<style>
span { border-color: #A8277D; }
span { border-color: rgb(168,39,125); }
td.TdClassName
{
border-color: #A8277D;
}
.TagClassName
{
border-color: #A8277D;
}
</style>