Shades of Medium Purple #AF6FEF
Tints of Medium Purple #AF6FEF
RGB
CMYK
RGB Variations
Color information
#AF6FEF (or 0xAF6FEF) is known color: Medium Purple. HEX triplet: AF, 6F and EF. RGB value is (175,111,239). Sum of RGB (Red+Green+Blue) = 175+111+239=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF6FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FEF is #509010. Grayscale: #909090. Windows color (decimal): -5279761 or 15691695. OLE color: 15691695.
HSL color Cylindrical-coordinate representation of color #AF6FEF: hue angle of 270º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6FEF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 111 | 239 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.06 |
| HSL | 270º | 0.8% | 0.69% | - |
| HSV(B) | 270º | 0.54% | 0.94% | - |
| XYZ | 38.94 | 26.71 | 84.77 | - |
| YUV | 144.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 239 | 0.27 | 0.54 | 0 | 0.06 | 270 | 0.8 | 0.69 |
| Hex | AF | 6F | EF | 1B | 36 | 0 | 6 | 10E | 50 | 45 |
| Octal | 257 | 157 | 357 | 33 | 66 | 0 | 6 | 416 | 120 | 105 |
| Binary | 10101111 | 1101111 | 11101111 | 11011 | 110110 | 0 | 110 | 100001110 | 1010000 | 1000101 |
Color Harmonies of #AF6FEF
Complementary color
Monochromatic Colors of #AF6FEF
Black with #AF6FEF
Text Example
Text Example
White with #AF6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FEF; }
p { color: rgb(175,111,239); }
H1.HeaderClassName
{
color: #AF6FEF;
}
.AnyTagClassName
{
color: #AF6FEF;
}
</style>
background-color css
<style>
a { background-color: #AF6FEF; }
a { background-color: rgb(175,111,239); }
div.DivClassName
{
background-color: #AF6FEF;
}
.BgClassName
{
background-color: #AF6FEF;
}
</style>
border-color css
<style>
span { border-color: #AF6FEF; }
span { border-color: rgb(175,111,239); }
td.TdClassName
{
border-color: #AF6FEF;
}
.TagClassName
{
border-color: #AF6FEF;
}
</style>