Shades of Medium Violet Red #AF18A0
Tints of Medium Violet Red #AF18A0
RGB
CMYK
RGB Variations
Color information
#AF18A0 (or 0xAF18A0) is known color: Medium Violet Red. HEX triplet: AF, 18 and A0. RGB value is (175,24,160). Sum of RGB (Red+Green+Blue) = 175+24+160=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18A0 is #50E75F. Grayscale: #545454. Windows color (decimal): -5302112 or 10492079. OLE color: 10492079.
HSL color Cylindrical-coordinate representation of color #AF18A0: hue angle of 305.96º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF18A0 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 160 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.31 |
| HSL | 305.96º | 0.76% | 0.39% | - |
| HSV(B) | 305.96º | 0.86% | 0.69% | - |
| XYZ | 24.35 | 12.31 | 34.35 | - |
| YUV | 84.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 160 | 0 | 0.86 | 0.09 | 0.31 | 305.96 | 0.76 | 0.39 |
| Hex | AF | 18 | A0 | 0 | 56 | 9 | 1F | 132 | 4C | 27 |
| Octal | 257 | 30 | 240 | 0 | 126 | 11 | 37 | 462 | 114 | 47 |
| Binary | 10101111 | 11000 | 10100000 | 0 | 1010110 | 1001 | 11111 | 100110010 | 1001100 | 100111 |
Color Harmonies of #AF18A0
Complementary color
Monochromatic Colors of #AF18A0
Black with #AF18A0
Text Example
Text Example
White with #AF18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18A0; }
p { color: rgb(175,24,160); }
H1.HeaderClassName
{
color: #AF18A0;
}
.AnyTagClassName
{
color: #AF18A0;
}
</style>
background-color css
<style>
a { background-color: #AF18A0; }
a { background-color: rgb(175,24,160); }
div.DivClassName
{
background-color: #AF18A0;
}
.BgClassName
{
background-color: #AF18A0;
}
</style>
border-color css
<style>
span { border-color: #AF18A0; }
span { border-color: rgb(175,24,160); }
td.TdClassName
{
border-color: #AF18A0;
}
.TagClassName
{
border-color: #AF18A0;
}
</style>