Shades of Medium Purple #AF7ADF
Tints of Medium Purple #AF7ADF
RGB
CMYK
RGB Variations
Color information
#AF7ADF (or 0xAF7ADF) is known color: Medium Purple. HEX triplet: AF, 7A and DF. RGB value is (175,122,223). Sum of RGB (Red+Green+Blue) = 175+122+223=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADF is #508520. Grayscale: #959595. Windows color (decimal): -5276961 or 14645935. OLE color: 14645935.
HSL color Cylindrical-coordinate representation of color #AF7ADF: hue angle of 271.49º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7ADF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 122 | 223 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 271.49º | 0.61% | 0.68% | - |
| HSV(B) | 271.49º | 0.45% | 0.87% | - |
| XYZ | 37.96 | 28.36 | 73.29 | - |
| YUV | 149.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 223 | 0.22 | 0.45 | 0 | 0.13 | 271.49 | 0.61 | 0.68 |
| Hex | AF | 7A | DF | 16 | 2D | 0 | D | 10F | 3D | 44 |
| Octal | 257 | 172 | 337 | 26 | 55 | 0 | 15 | 417 | 75 | 104 |
| Binary | 10101111 | 1111010 | 11011111 | 10110 | 101101 | 0 | 1101 | 100001111 | 111101 | 1000100 |
Color Harmonies of #AF7ADF
Complementary color
Monochromatic Colors of #AF7ADF
Black with #AF7ADF
Text Example
Text Example
White with #AF7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ADF; }
p { color: rgb(175,122,223); }
H1.HeaderClassName
{
color: #AF7ADF;
}
.AnyTagClassName
{
color: #AF7ADF;
}
</style>
background-color css
<style>
a { background-color: #AF7ADF; }
a { background-color: rgb(175,122,223); }
div.DivClassName
{
background-color: #AF7ADF;
}
.BgClassName
{
background-color: #AF7ADF;
}
</style>
border-color css
<style>
span { border-color: #AF7ADF; }
span { border-color: rgb(175,122,223); }
td.TdClassName
{
border-color: #AF7ADF;
}
.TagClassName
{
border-color: #AF7ADF;
}
</style>