Shades of Medium Red Violet #A23B8C
Tints of Medium Red Violet #A23B8C
RGB
CMYK
RGB Variations
Color information
#A23B8C (or 0xA23B8C) is known color: Medium Red Violet. HEX triplet: A2, 3B and 8C. RGB value is (162,59,140). Sum of RGB (Red+Green+Blue) = 162+59+140=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B8C is #5DC473. Grayscale: #626262. Windows color (decimal): -6145140 or 9190306. OLE color: 9190306.
HSL color Cylindrical-coordinate representation of color #A23B8C: hue angle of 312.82º 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 #A23B8C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 140 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.36 |
| HSL | 312.82º | 0.47% | 0.43% | - |
| HSV(B) | 312.82º | 0.64% | 0.64% | - |
| XYZ | 21.2 | 12.7 | 26.15 | - |
| YUV | 99.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 140 | 0 | 0.64 | 0.14 | 0.36 | 312.82 | 0.47 | 0.43 |
| Hex | A2 | 3B | 8C | 0 | 40 | E | 24 | 139 | 2F | 2B |
| Octal | 242 | 73 | 214 | 0 | 100 | 16 | 44 | 471 | 57 | 53 |
| Binary | 10100010 | 111011 | 10001100 | 0 | 1000000 | 1110 | 100100 | 100111001 | 101111 | 101011 |
Color Harmonies of #A23B8C
Complementary color
Monochromatic Colors of #A23B8C
Black with #A23B8C
Text Example
Text Example
White with #A23B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B8C; }
p { color: rgb(162,59,140); }
H1.HeaderClassName
{
color: #A23B8C;
}
.AnyTagClassName
{
color: #A23B8C;
}
</style>
background-color css
<style>
a { background-color: #A23B8C; }
a { background-color: rgb(162,59,140); }
div.DivClassName
{
background-color: #A23B8C;
}
.BgClassName
{
background-color: #A23B8C;
}
</style>
border-color css
<style>
span { border-color: #A23B8C; }
span { border-color: rgb(162,59,140); }
td.TdClassName
{
border-color: #A23B8C;
}
.TagClassName
{
border-color: #A23B8C;
}
</style>