Shades of Medium Red Violet #A23B8E
Tints of Medium Red Violet #A23B8E
RGB
CMYK
RGB Variations
Color information
#A23B8E (or 0xA23B8E) is known color: Medium Red Violet. HEX triplet: A2, 3B and 8E. RGB value is (162,59,142). Sum of RGB (Red+Green+Blue) = 162+59+142=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B8E is #5DC471. Grayscale: #636363. Windows color (decimal): -6145138 or 9321378. OLE color: 9321378.
HSL color Cylindrical-coordinate representation of color #A23B8E: hue angle of 311.65º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B8E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 142 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.36 |
| HSL | 311.65º | 0.47% | 0.43% | - |
| HSV(B) | 311.65º | 0.64% | 0.64% | - |
| XYZ | 21.35 | 12.76 | 26.93 | - |
| YUV | 99.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 142 | 0 | 0.64 | 0.12 | 0.36 | 311.65 | 0.47 | 0.43 |
| Hex | A2 | 3B | 8E | 0 | 40 | C | 24 | 138 | 2F | 2B |
| Octal | 242 | 73 | 216 | 0 | 100 | 14 | 44 | 470 | 57 | 53 |
| Binary | 10100010 | 111011 | 10001110 | 0 | 1000000 | 1100 | 100100 | 100111000 | 101111 | 101011 |
Color Harmonies of #A23B8E
Complementary color
Monochromatic Colors of #A23B8E
Black with #A23B8E
Text Example
Text Example
White with #A23B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B8E; }
p { color: rgb(162,59,142); }
H1.HeaderClassName
{
color: #A23B8E;
}
.AnyTagClassName
{
color: #A23B8E;
}
</style>
background-color css
<style>
a { background-color: #A23B8E; }
a { background-color: rgb(162,59,142); }
div.DivClassName
{
background-color: #A23B8E;
}
.BgClassName
{
background-color: #A23B8E;
}
</style>
border-color css
<style>
span { border-color: #A23B8E; }
span { border-color: rgb(162,59,142); }
td.TdClassName
{
border-color: #A23B8E;
}
.TagClassName
{
border-color: #A23B8E;
}
</style>