Shades of Medium Violet Red #A81083
Tints of Medium Violet Red #A81083
RGB
CMYK
RGB Variations
Color information
#A81083 (or 0xA81083) is known color: Medium Violet Red. HEX triplet: A8, 10 and 83. RGB value is (168,16,131). Sum of RGB (Red+Green+Blue) = 168+16+131=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81083 is #57EF7C. Grayscale: #4A4A4A. Windows color (decimal): -5762941 or 8589480. OLE color: 8589480.
HSL color Cylindrical-coordinate representation of color #A81083: hue angle of 314.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81083 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 131 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.34 |
| HSL | 314.61º | 0.83% | 0.36% | - |
| HSV(B) | 314.61º | 0.9% | 0.66% | - |
| XYZ | 20.43 | 10.33 | 22.39 | - |
| YUV | 74.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 131 | 0 | 0.90 | 0.22 | 0.34 | 314.61 | 0.83 | 0.36 |
| Hex | A8 | 10 | 83 | 0 | 5A | 16 | 22 | 13B | 53 | 24 |
| Octal | 250 | 20 | 203 | 0 | 132 | 26 | 42 | 473 | 123 | 44 |
| Binary | 10101000 | 10000 | 10000011 | 0 | 1011010 | 10110 | 100010 | 100111011 | 1010011 | 100100 |
Color Harmonies of #A81083
Complementary color
Monochromatic Colors of #A81083
Black with #A81083
Text Example
Text Example
White with #A81083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81083; }
p { color: rgb(168,16,131); }
H1.HeaderClassName
{
color: #A81083;
}
.AnyTagClassName
{
color: #A81083;
}
</style>
background-color css
<style>
a { background-color: #A81083; }
a { background-color: rgb(168,16,131); }
div.DivClassName
{
background-color: #A81083;
}
.BgClassName
{
background-color: #A81083;
}
</style>
border-color css
<style>
span { border-color: #A81083; }
span { border-color: rgb(168,16,131); }
td.TdClassName
{
border-color: #A81083;
}
.TagClassName
{
border-color: #A81083;
}
</style>