Shades of Medium Purple #AF7BF7
Tints of Medium Purple #AF7BF7
RGB
CMYK
RGB Variations
Color information
#AF7BF7 (or 0xAF7BF7) is known color: Medium Purple. HEX triplet: AF, 7B and F7. RGB value is (175,123,247). Sum of RGB (Red+Green+Blue) = 175+123+247=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF7BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BF7 is #508408. Grayscale: #989898. Windows color (decimal): -5276681 or 16219055. OLE color: 16219055.
HSL color Cylindrical-coordinate representation of color #AF7BF7: hue angle of 265.16º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7BF7 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 123 | 247 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.03 |
| HSL | 265.16º | 0.89% | 0.73% | - |
| HSV(B) | 265.16º | 0.5% | 0.97% | - |
| XYZ | 41.55 | 30 | 91.6 | - |
| YUV | 152.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 247 | 0.29 | 0.50 | 0 | 0.03 | 265.16 | 0.89 | 0.73 |
| Hex | AF | 7B | F7 | 1D | 32 | 0 | 3 | 109 | 59 | 49 |
| Octal | 257 | 173 | 367 | 35 | 62 | 0 | 3 | 411 | 131 | 111 |
| Binary | 10101111 | 1111011 | 11110111 | 11101 | 110010 | 0 | 11 | 100001001 | 1011001 | 1001001 |
Color Harmonies of #AF7BF7
Complementary color
Monochromatic Colors of #AF7BF7
Black with #AF7BF7
Text Example
Text Example
White with #AF7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BF7; }
p { color: rgb(175,123,247); }
H1.HeaderClassName
{
color: #AF7BF7;
}
.AnyTagClassName
{
color: #AF7BF7;
}
</style>
background-color css
<style>
a { background-color: #AF7BF7; }
a { background-color: rgb(175,123,247); }
div.DivClassName
{
background-color: #AF7BF7;
}
.BgClassName
{
background-color: #AF7BF7;
}
</style>
border-color css
<style>
span { border-color: #AF7BF7; }
span { border-color: rgb(175,123,247); }
td.TdClassName
{
border-color: #AF7BF7;
}
.TagClassName
{
border-color: #AF7BF7;
}
</style>