Shades of Medium Violet Red #AF108A
Tints of Medium Violet Red #AF108A
RGB
CMYK
RGB Variations
Color information
#AF108A (or 0xAF108A) is known color: Medium Violet Red. HEX triplet: AF, 10 and 8A. RGB value is (175,16,138). Sum of RGB (Red+Green+Blue) = 175+16+138=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF108A is #50EF75. Grayscale: #4D4D4D. Windows color (decimal): -5304182 or 9048239. OLE color: 9048239.
HSL color Cylindrical-coordinate representation of color #AF108A: hue angle of 313.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF108A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.31 |
| HSL | 313.96º | 0.83% | 0.37% | - |
| HSV(B) | 313.96º | 0.91% | 0.69% | - |
| XYZ | 22.45 | 11.32 | 25.05 | - |
| YUV | 77.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 138 | 0 | 0.91 | 0.21 | 0.31 | 313.96 | 0.83 | 0.37 |
| Hex | AF | 10 | 8A | 0 | 5B | 15 | 1F | 13A | 53 | 25 |
| Octal | 257 | 20 | 212 | 0 | 133 | 25 | 37 | 472 | 123 | 45 |
| Binary | 10101111 | 10000 | 10001010 | 0 | 1011011 | 10101 | 11111 | 100111010 | 1010011 | 100101 |
Color Harmonies of #AF108A
Complementary color
Monochromatic Colors of #AF108A
Black with #AF108A
Text Example
Text Example
White with #AF108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF108A; }
p { color: rgb(175,16,138); }
H1.HeaderClassName
{
color: #AF108A;
}
.AnyTagClassName
{
color: #AF108A;
}
</style>
background-color css
<style>
a { background-color: #AF108A; }
a { background-color: rgb(175,16,138); }
div.DivClassName
{
background-color: #AF108A;
}
.BgClassName
{
background-color: #AF108A;
}
</style>
border-color css
<style>
span { border-color: #AF108A; }
span { border-color: rgb(175,16,138); }
td.TdClassName
{
border-color: #AF108A;
}
.TagClassName
{
border-color: #AF108A;
}
</style>