Shades of Medium Violet Red #AF138A
Tints of Medium Violet Red #AF138A
RGB
CMYK
RGB Variations
Color information
#AF138A (or 0xAF138A) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8A. RGB value is (175,19,138). Sum of RGB (Red+Green+Blue) = 175+19+138=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138A is #50EC75. Grayscale: #4E4E4E. Windows color (decimal): -5303414 or 9049007. OLE color: 9049007.
HSL color Cylindrical-coordinate representation of color #AF138A: hue angle of 314.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF138A is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 138 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.31 |
| HSL | 314.23º | 0.8% | 0.38% | - |
| HSV(B) | 314.23º | 0.89% | 0.69% | - |
| XYZ | 22.5 | 11.41 | 25.06 | - |
| YUV | 79.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 138 | 0 | 0.89 | 0.21 | 0.31 | 314.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 8A | 0 | 59 | 15 | 1F | 13A | 50 | 26 |
| Octal | 257 | 23 | 212 | 0 | 131 | 25 | 37 | 472 | 120 | 46 |
| Binary | 10101111 | 10011 | 10001010 | 0 | 1011001 | 10101 | 11111 | 100111010 | 1010000 | 100110 |
Color Harmonies of #AF138A
Complementary color
Monochromatic Colors of #AF138A
Black with #AF138A
Text Example
Text Example
White with #AF138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF138A; }
p { color: rgb(175,19,138); }
H1.HeaderClassName
{
color: #AF138A;
}
.AnyTagClassName
{
color: #AF138A;
}
</style>
background-color css
<style>
a { background-color: #AF138A; }
a { background-color: rgb(175,19,138); }
div.DivClassName
{
background-color: #AF138A;
}
.BgClassName
{
background-color: #AF138A;
}
</style>
border-color css
<style>
span { border-color: #AF138A; }
span { border-color: rgb(175,19,138); }
td.TdClassName
{
border-color: #AF138A;
}
.TagClassName
{
border-color: #AF138A;
}
</style>