Shades of Medium Red Violet #A23881
Tints of Medium Red Violet #A23881
RGB
CMYK
RGB Variations
Color information
#A23881 (or 0xA23881) is known color: Medium Red Violet. HEX triplet: A2, 38 and 81. RGB value is (162,56,129). Sum of RGB (Red+Green+Blue) = 162+56+129=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A23881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23881 is #5DC77E. Grayscale: #5F5F5F. Windows color (decimal): -6145919 or 8468642. OLE color: 8468642.
HSL color Cylindrical-coordinate representation of color #A23881: hue angle of 318.68º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23881 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 129 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.36 |
| HSL | 318.68º | 0.49% | 0.43% | - |
| HSV(B) | 318.68º | 0.65% | 0.64% | - |
| XYZ | 20.28 | 12.09 | 22.03 | - |
| YUV | 96.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 129 | 0 | 0.65 | 0.20 | 0.36 | 318.68 | 0.49 | 0.43 |
| Hex | A2 | 38 | 81 | 0 | 41 | 14 | 24 | 13F | 31 | 2B |
| Octal | 242 | 70 | 201 | 0 | 101 | 24 | 44 | 477 | 61 | 53 |
| Binary | 10100010 | 111000 | 10000001 | 0 | 1000001 | 10100 | 100100 | 100111111 | 110001 | 101011 |
Color Harmonies of #A23881
Complementary color
Monochromatic Colors of #A23881
Black with #A23881
Text Example
Text Example
White with #A23881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23881; }
p { color: rgb(162,56,129); }
H1.HeaderClassName
{
color: #A23881;
}
.AnyTagClassName
{
color: #A23881;
}
</style>
background-color css
<style>
a { background-color: #A23881; }
a { background-color: rgb(162,56,129); }
div.DivClassName
{
background-color: #A23881;
}
.BgClassName
{
background-color: #A23881;
}
</style>
border-color css
<style>
span { border-color: #A23881; }
span { border-color: rgb(162,56,129); }
td.TdClassName
{
border-color: #A23881;
}
.TagClassName
{
border-color: #A23881;
}
</style>