Shades of Medium Purple #AF6FF8
Tints of Medium Purple #AF6FF8
RGB
CMYK
RGB Variations
Color information
#AF6FF8 (or 0xAF6FF8) is known color: Medium Purple. HEX triplet: AF, 6F and F8. RGB value is (175,111,248). Sum of RGB (Red+Green+Blue) = 175+111+248=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF6FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FF8 is #509007. Grayscale: #919191. Windows color (decimal): -5279752 or 16281519. OLE color: 16281519.
HSL color Cylindrical-coordinate representation of color #AF6FF8: hue angle of 268.03º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6FF8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 111 | 248 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.03 |
| HSL | 268.03º | 0.91% | 0.7% | - |
| HSV(B) | 268.03º | 0.55% | 0.97% | - |
| XYZ | 40.31 | 27.26 | 91.94 | - |
| YUV | 145.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 248 | 0.29 | 0.55 | 0 | 0.03 | 268.03 | 0.91 | 0.7 |
| Hex | AF | 6F | F8 | 1D | 37 | 0 | 3 | 10C | 5B | 46 |
| Octal | 257 | 157 | 370 | 35 | 67 | 0 | 3 | 414 | 133 | 106 |
| Binary | 10101111 | 1101111 | 11111000 | 11101 | 110111 | 0 | 11 | 100001100 | 1011011 | 1000110 |
Color Harmonies of #AF6FF8
Complementary color
Monochromatic Colors of #AF6FF8
Black with #AF6FF8
Text Example
Text Example
White with #AF6FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FF8; }
p { color: rgb(175,111,248); }
H1.HeaderClassName
{
color: #AF6FF8;
}
.AnyTagClassName
{
color: #AF6FF8;
}
</style>
background-color css
<style>
a { background-color: #AF6FF8; }
a { background-color: rgb(175,111,248); }
div.DivClassName
{
background-color: #AF6FF8;
}
.BgClassName
{
background-color: #AF6FF8;
}
</style>
border-color css
<style>
span { border-color: #AF6FF8; }
span { border-color: rgb(175,111,248); }
td.TdClassName
{
border-color: #AF6FF8;
}
.TagClassName
{
border-color: #AF6FF8;
}
</style>