Shades of Medium Red Violet #A82A98
Tints of Medium Red Violet #A82A98
RGB
CMYK
RGB Variations
Color information
#A82A98 (or 0xA82A98) is known color: Medium Red Violet. HEX triplet: A8, 2A and 98. RGB value is (168,42,152). Sum of RGB (Red+Green+Blue) = 168+42+152=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82A98 is #57D567. Grayscale: #5B5B5B. Windows color (decimal): -5756264 or 9972392. OLE color: 9972392.
HSL color Cylindrical-coordinate representation of color #A82A98: hue angle of 307.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A98 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 152 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.34 |
| HSL | 307.62º | 0.6% | 0.41% | - |
| HSV(B) | 307.62º | 0.75% | 0.66% | - |
| XYZ | 22.64 | 12.25 | 30.88 | - |
| YUV | 92.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 152 | 0 | 0.75 | 0.10 | 0.34 | 307.62 | 0.6 | 0.41 |
| Hex | A8 | 2A | 98 | 0 | 4B | A | 22 | 134 | 3C | 29 |
| Octal | 250 | 52 | 230 | 0 | 113 | 12 | 42 | 464 | 74 | 51 |
| Binary | 10101000 | 101010 | 10011000 | 0 | 1001011 | 1010 | 100010 | 100110100 | 111100 | 101001 |
Color Harmonies of #A82A98
Complementary color
Monochromatic Colors of #A82A98
Black with #A82A98
Text Example
Text Example
White with #A82A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A98; }
p { color: rgb(168,42,152); }
H1.HeaderClassName
{
color: #A82A98;
}
.AnyTagClassName
{
color: #A82A98;
}
</style>
background-color css
<style>
a { background-color: #A82A98; }
a { background-color: rgb(168,42,152); }
div.DivClassName
{
background-color: #A82A98;
}
.BgClassName
{
background-color: #A82A98;
}
</style>
border-color css
<style>
span { border-color: #A82A98; }
span { border-color: rgb(168,42,152); }
td.TdClassName
{
border-color: #A82A98;
}
.TagClassName
{
border-color: #A82A98;
}
</style>