Shades of Medium Red Violet #A23B78
Tints of Medium Red Violet #A23B78
RGB
CMYK
RGB Variations
Color information
#A23B78 (or 0xA23B78) is known color: Medium Red Violet. HEX triplet: A2, 3B and 78. RGB value is (162,59,120). Sum of RGB (Red+Green+Blue) = 162+59+120=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B78 is #5DC487. Grayscale: #606060. Windows color (decimal): -6145160 or 7879586. OLE color: 7879586.
HSL color Cylindrical-coordinate representation of color #A23B78: hue angle of 324.47º 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 #A23B78 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 120 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.36 |
| HSL | 324.47º | 0.47% | 0.43% | - |
| HSV(B) | 324.47º | 0.64% | 0.64% | - |
| XYZ | 19.85 | 12.17 | 19.07 | - |
| YUV | 96.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 120 | 0 | 0.64 | 0.26 | 0.36 | 324.47 | 0.47 | 0.43 |
| Hex | A2 | 3B | 78 | 0 | 40 | 1A | 24 | 144 | 2F | 2B |
| Octal | 242 | 73 | 170 | 0 | 100 | 32 | 44 | 504 | 57 | 53 |
| Binary | 10100010 | 111011 | 1111000 | 0 | 1000000 | 11010 | 100100 | 101000100 | 101111 | 101011 |
Color Harmonies of #A23B78
Complementary color
Monochromatic Colors of #A23B78
Black with #A23B78
Text Example
Text Example
White with #A23B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B78; }
p { color: rgb(162,59,120); }
H1.HeaderClassName
{
color: #A23B78;
}
.AnyTagClassName
{
color: #A23B78;
}
</style>
background-color css
<style>
a { background-color: #A23B78; }
a { background-color: rgb(162,59,120); }
div.DivClassName
{
background-color: #A23B78;
}
.BgClassName
{
background-color: #A23B78;
}
</style>
border-color css
<style>
span { border-color: #A23B78; }
span { border-color: rgb(162,59,120); }
td.TdClassName
{
border-color: #A23B78;
}
.TagClassName
{
border-color: #A23B78;
}
</style>