Shades of Medium Red Violet #A83888
Tints of Medium Red Violet #A83888
RGB
CMYK
RGB Variations
Color information
#A83888 (or 0xA83888) is known color: Medium Red Violet. HEX triplet: A8, 38 and 88. RGB value is (168,56,136). Sum of RGB (Red+Green+Blue) = 168+56+136=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A83888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83888 is #57C777. Grayscale: #626262. Windows color (decimal): -5752696 or 8927400. OLE color: 8927400.
HSL color Cylindrical-coordinate representation of color #A83888: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83888 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 136 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.34 |
| HSL | 317.14º | 0.5% | 0.44% | - |
| HSV(B) | 317.14º | 0.67% | 0.66% | - |
| XYZ | 22.01 | 12.93 | 24.63 | - |
| YUV | 98.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 136 | 0 | 0.67 | 0.19 | 0.34 | 317.14 | 0.5 | 0.44 |
| Hex | A8 | 38 | 88 | 0 | 43 | 13 | 22 | 13D | 32 | 2C |
| Octal | 250 | 70 | 210 | 0 | 103 | 23 | 42 | 475 | 62 | 54 |
| Binary | 10101000 | 111000 | 10001000 | 0 | 1000011 | 10011 | 100010 | 100111101 | 110010 | 101100 |
Color Harmonies of #A83888
Complementary color
Monochromatic Colors of #A83888
Black with #A83888
Text Example
Text Example
White with #A83888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83888; }
p { color: rgb(168,56,136); }
H1.HeaderClassName
{
color: #A83888;
}
.AnyTagClassName
{
color: #A83888;
}
</style>
background-color css
<style>
a { background-color: #A83888; }
a { background-color: rgb(168,56,136); }
div.DivClassName
{
background-color: #A83888;
}
.BgClassName
{
background-color: #A83888;
}
</style>
border-color css
<style>
span { border-color: #A83888; }
span { border-color: rgb(168,56,136); }
td.TdClassName
{
border-color: #A83888;
}
.TagClassName
{
border-color: #A83888;
}
</style>