Shades of Medium Purple #AF6FE6
Tints of Medium Purple #AF6FE6
RGB
CMYK
RGB Variations
Color information
#AF6FE6 (or 0xAF6FE6) is known color: Medium Purple. HEX triplet: AF, 6F and E6. RGB value is (175,111,230). Sum of RGB (Red+Green+Blue) = 175+111+230=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF6FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FE6 is #509019. Grayscale: #8F8F8F. Windows color (decimal): -5279770 or 15101871. OLE color: 15101871.
HSL color Cylindrical-coordinate representation of color #AF6FE6: hue angle of 272.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6FE6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 111 | 230 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.10 |
| HSL | 272.27º | 0.7% | 0.67% | - |
| HSV(B) | 272.27º | 0.52% | 0.9% | - |
| XYZ | 37.65 | 26.2 | 77.94 | - |
| YUV | 143.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 230 | 0.24 | 0.52 | 0 | 0.10 | 272.27 | 0.7 | 0.67 |
| Hex | AF | 6F | E6 | 18 | 34 | 0 | A | 110 | 46 | 43 |
| Octal | 257 | 157 | 346 | 30 | 64 | 0 | 12 | 420 | 106 | 103 |
| Binary | 10101111 | 1101111 | 11100110 | 11000 | 110100 | 0 | 1010 | 100010000 | 1000110 | 1000011 |
Color Harmonies of #AF6FE6
Complementary color
Monochromatic Colors of #AF6FE6
Black with #AF6FE6
Text Example
Text Example
White with #AF6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FE6; }
p { color: rgb(175,111,230); }
H1.HeaderClassName
{
color: #AF6FE6;
}
.AnyTagClassName
{
color: #AF6FE6;
}
</style>
background-color css
<style>
a { background-color: #AF6FE6; }
a { background-color: rgb(175,111,230); }
div.DivClassName
{
background-color: #AF6FE6;
}
.BgClassName
{
background-color: #AF6FE6;
}
</style>
border-color css
<style>
span { border-color: #AF6FE6; }
span { border-color: rgb(175,111,230); }
td.TdClassName
{
border-color: #AF6FE6;
}
.TagClassName
{
border-color: #AF6FE6;
}
</style>