Shades of Medium Red Violet #A82F7A
Tints of Medium Red Violet #A82F7A
RGB
CMYK
RGB Variations
Color information
#A82F7A (or 0xA82F7A) is known color: Medium Red Violet. HEX triplet: A8, 2F and 7A. RGB value is (168,47,122). Sum of RGB (Red+Green+Blue) = 168+47+122=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F7A is #57D085. Grayscale: #5B5B5B. Windows color (decimal): -5755014 or 8007592. OLE color: 8007592.
HSL color Cylindrical-coordinate representation of color #A82F7A: hue angle of 322.81º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A82F7A is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 122 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.34 |
| HSL | 322.81º | 0.56% | 0.42% | - |
| HSV(B) | 322.81º | 0.72% | 0.66% | - |
| XYZ | 20.68 | 11.76 | 19.59 | - |
| YUV | 91.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 122 | 0 | 0.72 | 0.27 | 0.34 | 322.81 | 0.56 | 0.42 |
| Hex | A8 | 2F | 7A | 0 | 48 | 1B | 22 | 143 | 38 | 2A |
| Octal | 250 | 57 | 172 | 0 | 110 | 33 | 42 | 503 | 70 | 52 |
| Binary | 10101000 | 101111 | 1111010 | 0 | 1001000 | 11011 | 100010 | 101000011 | 111000 | 101010 |
Color Harmonies of #A82F7A
Complementary color
Monochromatic Colors of #A82F7A
Black with #A82F7A
Text Example
Text Example
White with #A82F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F7A; }
p { color: rgb(168,47,122); }
H1.HeaderClassName
{
color: #A82F7A;
}
.AnyTagClassName
{
color: #A82F7A;
}
</style>
background-color css
<style>
a { background-color: #A82F7A; }
a { background-color: rgb(168,47,122); }
div.DivClassName
{
background-color: #A82F7A;
}
.BgClassName
{
background-color: #A82F7A;
}
</style>
border-color css
<style>
span { border-color: #A82F7A; }
span { border-color: rgb(168,47,122); }
td.TdClassName
{
border-color: #A82F7A;
}
.TagClassName
{
border-color: #A82F7A;
}
</style>