Shades of Medium Purple #AF7BF9
Tints of Medium Purple #AF7BF9
RGB
CMYK
RGB Variations
Color information
#AF7BF9 (or 0xAF7BF9) is known color: Medium Purple. HEX triplet: AF, 7B and F9. RGB value is (175,123,249). Sum of RGB (Red+Green+Blue) = 175+123+249=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF7BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BF9 is #508406. Grayscale: #989898. Windows color (decimal): -5276679 or 16350127. OLE color: 16350127.
HSL color Cylindrical-coordinate representation of color #AF7BF9: hue angle of 264.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7BF9 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 123 | 249 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.02 |
| HSL | 264.76º | 0.91% | 0.73% | - |
| HSV(B) | 264.76º | 0.51% | 0.98% | - |
| XYZ | 41.86 | 30.12 | 93.23 | - |
| YUV | 152.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 249 | 0.30 | 0.51 | 0 | 0.02 | 264.76 | 0.91 | 0.73 |
| Hex | AF | 7B | F9 | 1E | 33 | 0 | 2 | 109 | 5B | 49 |
| Octal | 257 | 173 | 371 | 36 | 63 | 0 | 2 | 411 | 133 | 111 |
| Binary | 10101111 | 1111011 | 11111001 | 11110 | 110011 | 0 | 10 | 100001001 | 1011011 | 1001001 |
Color Harmonies of #AF7BF9
Complementary color
Monochromatic Colors of #AF7BF9
Black with #AF7BF9
Text Example
Text Example
White with #AF7BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BF9; }
p { color: rgb(175,123,249); }
H1.HeaderClassName
{
color: #AF7BF9;
}
.AnyTagClassName
{
color: #AF7BF9;
}
</style>
background-color css
<style>
a { background-color: #AF7BF9; }
a { background-color: rgb(175,123,249); }
div.DivClassName
{
background-color: #AF7BF9;
}
.BgClassName
{
background-color: #AF7BF9;
}
</style>
border-color css
<style>
span { border-color: #AF7BF9; }
span { border-color: rgb(175,123,249); }
td.TdClassName
{
border-color: #AF7BF9;
}
.TagClassName
{
border-color: #AF7BF9;
}
</style>