Shades of Medium Red Violet #A23B94
Tints of Medium Red Violet #A23B94
RGB
CMYK
RGB Variations
Color information
#A23B94 (or 0xA23B94) is known color: Medium Red Violet. HEX triplet: A2, 3B and 94. RGB value is (162,59,148). Sum of RGB (Red+Green+Blue) = 162+59+148=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B94 is #5DC46B. Grayscale: #636363. Windows color (decimal): -6145132 or 9714594. OLE color: 9714594.
HSL color Cylindrical-coordinate representation of color #A23B94: hue angle of 308.16º 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 #A23B94 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 148 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.36 |
| HSL | 308.16º | 0.47% | 0.43% | - |
| HSV(B) | 308.16º | 0.64% | 0.64% | - |
| XYZ | 21.81 | 12.95 | 29.37 | - |
| YUV | 99.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 148 | 0 | 0.64 | 0.09 | 0.36 | 308.16 | 0.47 | 0.43 |
| Hex | A2 | 3B | 94 | 0 | 40 | 9 | 24 | 134 | 2F | 2B |
| Octal | 242 | 73 | 224 | 0 | 100 | 11 | 44 | 464 | 57 | 53 |
| Binary | 10100010 | 111011 | 10010100 | 0 | 1000000 | 1001 | 100100 | 100110100 | 101111 | 101011 |
Color Harmonies of #A23B94
Complementary color
Monochromatic Colors of #A23B94
Black with #A23B94
Text Example
Text Example
White with #A23B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B94; }
p { color: rgb(162,59,148); }
H1.HeaderClassName
{
color: #A23B94;
}
.AnyTagClassName
{
color: #A23B94;
}
</style>
background-color css
<style>
a { background-color: #A23B94; }
a { background-color: rgb(162,59,148); }
div.DivClassName
{
background-color: #A23B94;
}
.BgClassName
{
background-color: #A23B94;
}
</style>
border-color css
<style>
span { border-color: #A23B94; }
span { border-color: rgb(162,59,148); }
td.TdClassName
{
border-color: #A23B94;
}
.TagClassName
{
border-color: #A23B94;
}
</style>