Shades of Medium Red Violet #A23E8B
Tints of Medium Red Violet #A23E8B
RGB
CMYK
RGB Variations
Color information
#A23E8B (or 0xA23E8B) is known color: Medium Red Violet. HEX triplet: A2, 3E and 8B. RGB value is (162,62,139). Sum of RGB (Red+Green+Blue) = 162+62+139=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E8B is #5DC174. Grayscale: #646464. Windows color (decimal): -6144373 or 9125538. OLE color: 9125538.
HSL color Cylindrical-coordinate representation of color #A23E8B: hue angle of 313.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E8B is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 139 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.36 |
| HSL | 313.8º | 0.45% | 0.44% | - |
| HSV(B) | 313.8º | 0.62% | 0.64% | - |
| XYZ | 21.28 | 12.99 | 25.81 | - |
| YUV | 100.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 139 | 0 | 0.62 | 0.14 | 0.36 | 313.8 | 0.45 | 0.44 |
| Hex | A2 | 3E | 8B | 0 | 3E | E | 24 | 13A | 2D | 2C |
| Octal | 242 | 76 | 213 | 0 | 76 | 16 | 44 | 472 | 55 | 54 |
| Binary | 10100010 | 111110 | 10001011 | 0 | 111110 | 1110 | 100100 | 100111010 | 101101 | 101100 |
Color Harmonies of #A23E8B
Complementary color
Monochromatic Colors of #A23E8B
Black with #A23E8B
Text Example
Text Example
White with #A23E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E8B; }
p { color: rgb(162,62,139); }
H1.HeaderClassName
{
color: #A23E8B;
}
.AnyTagClassName
{
color: #A23E8B;
}
</style>
background-color css
<style>
a { background-color: #A23E8B; }
a { background-color: rgb(162,62,139); }
div.DivClassName
{
background-color: #A23E8B;
}
.BgClassName
{
background-color: #A23E8B;
}
</style>
border-color css
<style>
span { border-color: #A23E8B; }
span { border-color: rgb(162,62,139); }
td.TdClassName
{
border-color: #A23E8B;
}
.TagClassName
{
border-color: #A23E8B;
}
</style>