Shades of Medium Purple #AF68FB
Tints of Medium Purple #AF68FB
RGB
CMYK
RGB Variations
Color information
#AF68FB (or 0xAF68FB) is known color: Medium Purple. HEX triplet: AF, 68 and FB. RGB value is (175,104,251). Sum of RGB (Red+Green+Blue) = 175+104+251=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF68FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68FB is #509704. Grayscale: #8D8D8D. Windows color (decimal): -5281541 or 16476335. OLE color: 16476335.
HSL color Cylindrical-coordinate representation of color #AF68FB: hue angle of 268.98º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF68FB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 104 | 251 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.02 |
| HSL | 268.98º | 0.95% | 0.7% | - |
| HSV(B) | 268.98º | 0.59% | 0.98% | - |
| XYZ | 40.04 | 25.98 | 94.17 | - |
| YUV | 141.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 251 | 0.30 | 0.59 | 0 | 0.02 | 268.98 | 0.95 | 0.7 |
| Hex | AF | 68 | FB | 1E | 3B | 0 | 2 | 10D | 5F | 46 |
| Octal | 257 | 150 | 373 | 36 | 73 | 0 | 2 | 415 | 137 | 106 |
| Binary | 10101111 | 1101000 | 11111011 | 11110 | 111011 | 0 | 10 | 100001101 | 1011111 | 1000110 |
Color Harmonies of #AF68FB
Complementary color
Monochromatic Colors of #AF68FB
Black with #AF68FB
Text Example
Text Example
White with #AF68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68FB; }
p { color: rgb(175,104,251); }
H1.HeaderClassName
{
color: #AF68FB;
}
.AnyTagClassName
{
color: #AF68FB;
}
</style>
background-color css
<style>
a { background-color: #AF68FB; }
a { background-color: rgb(175,104,251); }
div.DivClassName
{
background-color: #AF68FB;
}
.BgClassName
{
background-color: #AF68FB;
}
</style>
border-color css
<style>
span { border-color: #AF68FB; }
span { border-color: rgb(175,104,251); }
td.TdClassName
{
border-color: #AF68FB;
}
.TagClassName
{
border-color: #AF68FB;
}
</style>