Shades of Medium Violet Red #AF028B
Tints of Medium Violet Red #AF028B
RGB
CMYK
RGB Variations
Color information
#AF028B (or 0xAF028B) is known color: Medium Violet Red. HEX triplet: AF, 02 and 8B. RGB value is (175,2,139). Sum of RGB (Red+Green+Blue) = 175+2+139=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF028B is #50FD74. Grayscale: #444444. Windows color (decimal): -5307765 or 9110191. OLE color: 9110191.
HSL color Cylindrical-coordinate representation of color #AF028B: hue angle of 312.49º degrees, saturation: 0.98, 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 #AF028B is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.31 |
| HSL | 312.49º | 0.98% | 0.35% | - |
| HSV(B) | 312.49º | 0.99% | 0.69% | - |
| XYZ | 22.36 | 11.02 | 25.37 | - |
| YUV | 69.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 139 | 0 | 0.99 | 0.21 | 0.31 | 312.49 | 0.98 | 0.35 |
| Hex | AF | 2 | 8B | 0 | 63 | 15 | 1F | 138 | 62 | 23 |
| Octal | 257 | 2 | 213 | 0 | 143 | 25 | 37 | 470 | 142 | 43 |
| Binary | 10101111 | 10 | 10001011 | 0 | 1100011 | 10101 | 11111 | 100111000 | 1100010 | 100011 |
Color Harmonies of #AF028B
Complementary color
Monochromatic Colors of #AF028B
Black with #AF028B
Text Example
Text Example
White with #AF028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF028B; }
p { color: rgb(175,2,139); }
H1.HeaderClassName
{
color: #AF028B;
}
.AnyTagClassName
{
color: #AF028B;
}
</style>
background-color css
<style>
a { background-color: #AF028B; }
a { background-color: rgb(175,2,139); }
div.DivClassName
{
background-color: #AF028B;
}
.BgClassName
{
background-color: #AF028B;
}
</style>
border-color css
<style>
span { border-color: #AF028B; }
span { border-color: rgb(175,2,139); }
td.TdClassName
{
border-color: #AF028B;
}
.TagClassName
{
border-color: #AF028B;
}
</style>