Shades of Medium Violet Red #AF189A
Tints of Medium Violet Red #AF189A
RGB
CMYK
RGB Variations
Color information
#AF189A (or 0xAF189A) is known color: Medium Violet Red. HEX triplet: AF, 18 and 9A. RGB value is (175,24,154). Sum of RGB (Red+Green+Blue) = 175+24+154=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189A is #50E765. Grayscale: #535353. Windows color (decimal): -5302118 or 10098863. OLE color: 10098863.
HSL color Cylindrical-coordinate representation of color #AF189A: hue angle of 308.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF189A is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 154 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.31 |
| HSL | 308.34º | 0.76% | 0.39% | - |
| HSV(B) | 308.34º | 0.86% | 0.69% | - |
| XYZ | 23.84 | 12.1 | 31.65 | - |
| YUV | 83.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 154 | 0 | 0.86 | 0.12 | 0.31 | 308.34 | 0.76 | 0.39 |
| Hex | AF | 18 | 9A | 0 | 56 | C | 1F | 134 | 4C | 27 |
| Octal | 257 | 30 | 232 | 0 | 126 | 14 | 37 | 464 | 114 | 47 |
| Binary | 10101111 | 11000 | 10011010 | 0 | 1010110 | 1100 | 11111 | 100110100 | 1001100 | 100111 |
Color Harmonies of #AF189A
Complementary color
Monochromatic Colors of #AF189A
Black with #AF189A
Text Example
Text Example
White with #AF189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF189A; }
p { color: rgb(175,24,154); }
H1.HeaderClassName
{
color: #AF189A;
}
.AnyTagClassName
{
color: #AF189A;
}
</style>
background-color css
<style>
a { background-color: #AF189A; }
a { background-color: rgb(175,24,154); }
div.DivClassName
{
background-color: #AF189A;
}
.BgClassName
{
background-color: #AF189A;
}
</style>
border-color css
<style>
span { border-color: #AF189A; }
span { border-color: rgb(175,24,154); }
td.TdClassName
{
border-color: #AF189A;
}
.TagClassName
{
border-color: #AF189A;
}
</style>