Shades of Medium Purple #AF6FED
Tints of Medium Purple #AF6FED
RGB
CMYK
RGB Variations
Color information
#AF6FED (or 0xAF6FED) is known color: Medium Purple. HEX triplet: AF, 6F and ED. RGB value is (175,111,237). Sum of RGB (Red+Green+Blue) = 175+111+237=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FED is #509012. Grayscale: #909090. Windows color (decimal): -5279763 or 15560623. OLE color: 15560623.
HSL color Cylindrical-coordinate representation of color #AF6FED: hue angle of 270.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6FED is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 111 | 237 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270.48º | 0.78% | 0.68% | - |
| HSV(B) | 270.48º | 0.53% | 0.93% | - |
| XYZ | 38.65 | 26.6 | 83.22 | - |
| YUV | 144.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 237 | 0.26 | 0.53 | 0 | 0.07 | 270.48 | 0.78 | 0.68 |
| Hex | AF | 6F | ED | 1A | 35 | 0 | 7 | 10E | 4E | 44 |
| Octal | 257 | 157 | 355 | 32 | 65 | 0 | 7 | 416 | 116 | 104 |
| Binary | 10101111 | 1101111 | 11101101 | 11010 | 110101 | 0 | 111 | 100001110 | 1001110 | 1000100 |
Color Harmonies of #AF6FED
Complementary color
Monochromatic Colors of #AF6FED
Black with #AF6FED
Text Example
Text Example
White with #AF6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FED; }
p { color: rgb(175,111,237); }
H1.HeaderClassName
{
color: #AF6FED;
}
.AnyTagClassName
{
color: #AF6FED;
}
</style>
background-color css
<style>
a { background-color: #AF6FED; }
a { background-color: rgb(175,111,237); }
div.DivClassName
{
background-color: #AF6FED;
}
.BgClassName
{
background-color: #AF6FED;
}
</style>
border-color css
<style>
span { border-color: #AF6FED; }
span { border-color: rgb(175,111,237); }
td.TdClassName
{
border-color: #AF6FED;
}
.TagClassName
{
border-color: #AF6FED;
}
</style>