Shades of Medium Red Violet #A23E8A
Tints of Medium Red Violet #A23E8A
RGB
CMYK
RGB Variations
Color information
#A23E8A (or 0xA23E8A) is known color: Medium Red Violet. HEX triplet: A2, 3E and 8A. RGB value is (162,62,138). Sum of RGB (Red+Green+Blue) = 162+62+138=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E8A is #5DC175. Grayscale: #646464. Windows color (decimal): -6144374 or 9060002. OLE color: 9060002.
HSL color Cylindrical-coordinate representation of color #A23E8A: hue angle of 314.4º 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 #A23E8A is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 138 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.36 |
| HSL | 314.4º | 0.45% | 0.44% | - |
| HSV(B) | 314.4º | 0.62% | 0.64% | - |
| XYZ | 21.21 | 12.96 | 25.43 | - |
| YUV | 100.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 138 | 0 | 0.62 | 0.15 | 0.36 | 314.4 | 0.45 | 0.44 |
| Hex | A2 | 3E | 8A | 0 | 3E | F | 24 | 13A | 2D | 2C |
| Octal | 242 | 76 | 212 | 0 | 76 | 17 | 44 | 472 | 55 | 54 |
| Binary | 10100010 | 111110 | 10001010 | 0 | 111110 | 1111 | 100100 | 100111010 | 101101 | 101100 |
Color Harmonies of #A23E8A
Complementary color
Monochromatic Colors of #A23E8A
Black with #A23E8A
Text Example
Text Example
White with #A23E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E8A; }
p { color: rgb(162,62,138); }
H1.HeaderClassName
{
color: #A23E8A;
}
.AnyTagClassName
{
color: #A23E8A;
}
</style>
background-color css
<style>
a { background-color: #A23E8A; }
a { background-color: rgb(162,62,138); }
div.DivClassName
{
background-color: #A23E8A;
}
.BgClassName
{
background-color: #A23E8A;
}
</style>
border-color css
<style>
span { border-color: #A23E8A; }
span { border-color: rgb(162,62,138); }
td.TdClassName
{
border-color: #A23E8A;
}
.TagClassName
{
border-color: #A23E8A;
}
</style>