Shades of Medium Red Violet #A23F81
Tints of Medium Red Violet #A23F81
RGB
CMYK
RGB Variations
Color information
#A23F81 (or 0xA23F81) is known color: Medium Red Violet. HEX triplet: A2, 3F and 81. RGB value is (162,63,129). Sum of RGB (Red+Green+Blue) = 162+63+129=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F81 is #5DC07E. Grayscale: #636363. Windows color (decimal): -6144127 or 8470434. OLE color: 8470434.
HSL color Cylindrical-coordinate representation of color #A23F81: hue angle of 320º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F81 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 129 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.36 |
| HSL | 320º | 0.44% | 0.44% | - |
| HSV(B) | 320º | 0.61% | 0.64% | - |
| XYZ | 20.64 | 12.82 | 22.16 | - |
| YUV | 100.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 129 | 0 | 0.61 | 0.20 | 0.36 | 320 | 0.44 | 0.44 |
| Hex | A2 | 3F | 81 | 0 | 3D | 14 | 24 | 140 | 2C | 2C |
| Octal | 242 | 77 | 201 | 0 | 75 | 24 | 44 | 500 | 54 | 54 |
| Binary | 10100010 | 111111 | 10000001 | 0 | 111101 | 10100 | 100100 | 101000000 | 101100 | 101100 |
Color Harmonies of #A23F81
Complementary color
Monochromatic Colors of #A23F81
Black with #A23F81
Text Example
Text Example
White with #A23F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F81; }
p { color: rgb(162,63,129); }
H1.HeaderClassName
{
color: #A23F81;
}
.AnyTagClassName
{
color: #A23F81;
}
</style>
background-color css
<style>
a { background-color: #A23F81; }
a { background-color: rgb(162,63,129); }
div.DivClassName
{
background-color: #A23F81;
}
.BgClassName
{
background-color: #A23F81;
}
</style>
border-color css
<style>
span { border-color: #A23F81; }
span { border-color: rgb(162,63,129); }
td.TdClassName
{
border-color: #A23F81;
}
.TagClassName
{
border-color: #A23F81;
}
</style>