Shades of Medium Violet Red #AF018A
Tints of Medium Violet Red #AF018A
RGB
CMYK
RGB Variations
Color information
#AF018A (or 0xAF018A) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8A. RGB value is (175,1,138). Sum of RGB (Red+Green+Blue) = 175+1+138=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018A is #50FE75. Grayscale: #444444. Windows color (decimal): -5308022 or 9044399. OLE color: 9044399.
HSL color Cylindrical-coordinate representation of color #AF018A: hue angle of 312.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF018A is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.31 |
| HSL | 312.76º | 0.99% | 0.35% | - |
| HSV(B) | 312.76º | 0.99% | 0.69% | - |
| XYZ | 22.28 | 10.97 | 24.99 | - |
| YUV | 68.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 138 | 0 | 0.99 | 0.21 | 0.31 | 312.76 | 0.99 | 0.35 |
| Hex | AF | 1 | 8A | 0 | 63 | 15 | 1F | 139 | 63 | 23 |
| Octal | 257 | 1 | 212 | 0 | 143 | 25 | 37 | 471 | 143 | 43 |
| Binary | 10101111 | 1 | 10001010 | 0 | 1100011 | 10101 | 11111 | 100111001 | 1100011 | 100011 |
Color Harmonies of #AF018A
Complementary color
Monochromatic Colors of #AF018A
Black with #AF018A
Text Example
Text Example
White with #AF018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF018A; }
p { color: rgb(175,1,138); }
H1.HeaderClassName
{
color: #AF018A;
}
.AnyTagClassName
{
color: #AF018A;
}
</style>
background-color css
<style>
a { background-color: #AF018A; }
a { background-color: rgb(175,1,138); }
div.DivClassName
{
background-color: #AF018A;
}
.BgClassName
{
background-color: #AF018A;
}
</style>
border-color css
<style>
span { border-color: #AF018A; }
span { border-color: rgb(175,1,138); }
td.TdClassName
{
border-color: #AF018A;
}
.TagClassName
{
border-color: #AF018A;
}
</style>