Shades of Medium Violet Red #AF018C
Tints of Medium Violet Red #AF018C
RGB
CMYK
RGB Variations
Color information
#AF018C (or 0xAF018C) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8C. RGB value is (175,1,140). Sum of RGB (Red+Green+Blue) = 175+1+140=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018C is #50FE73. Grayscale: #444444. Windows color (decimal): -5308020 or 9175471. OLE color: 9175471.
HSL color Cylindrical-coordinate representation of color #AF018C: hue angle of 312.07º 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 #AF018C is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.31 |
| HSL | 312.07º | 0.99% | 0.35% | - |
| HSV(B) | 312.07º | 0.99% | 0.69% | - |
| XYZ | 22.42 | 11.03 | 25.76 | - |
| YUV | 68.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 140 | 0 | 0.99 | 0.2 | 0.31 | 312.07 | 0.99 | 0.35 |
| Hex | AF | 1 | 8C | 0 | 63 | 14 | 1F | 138 | 63 | 23 |
| Octal | 257 | 1 | 214 | 0 | 143 | 24 | 37 | 470 | 143 | 43 |
| Binary | 10101111 | 1 | 10001100 | 0 | 1100011 | 10100 | 11111 | 100111000 | 1100011 | 100011 |
Color Harmonies of #AF018C
Complementary color
Monochromatic Colors of #AF018C
Black with #AF018C
Text Example
Text Example
White with #AF018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF018C; }
p { color: rgb(175,1,140); }
H1.HeaderClassName
{
color: #AF018C;
}
.AnyTagClassName
{
color: #AF018C;
}
</style>
background-color css
<style>
a { background-color: #AF018C; }
a { background-color: rgb(175,1,140); }
div.DivClassName
{
background-color: #AF018C;
}
.BgClassName
{
background-color: #AF018C;
}
</style>
border-color css
<style>
span { border-color: #AF018C; }
span { border-color: rgb(175,1,140); }
td.TdClassName
{
border-color: #AF018C;
}
.TagClassName
{
border-color: #AF018C;
}
</style>