Shades of Medium Purple #AF6EED
Tints of Medium Purple #AF6EED
RGB
CMYK
RGB Variations
Color information
#AF6EED (or 0xAF6EED) is known color: Medium Purple. HEX triplet: AF, 6E and ED. RGB value is (175,110,237). Sum of RGB (Red+Green+Blue) = 175+110+237=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EED is #509112. Grayscale: #8F8F8F. Windows color (decimal): -5280019 or 15560367. OLE color: 15560367.
HSL color Cylindrical-coordinate representation of color #AF6EED: hue angle of 270.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6EED is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 110 | 237 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.07 |
| HSL | 270.71º | 0.78% | 0.68% | - |
| HSV(B) | 270.71º | 0.54% | 0.93% | - |
| XYZ | 38.54 | 26.38 | 83.18 | - |
| YUV | 143.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 237 | 0.26 | 0.54 | 0 | 0.07 | 270.71 | 0.78 | 0.68 |
| Hex | AF | 6E | ED | 1A | 36 | 0 | 7 | 10F | 4E | 44 |
| Octal | 257 | 156 | 355 | 32 | 66 | 0 | 7 | 417 | 116 | 104 |
| Binary | 10101111 | 1101110 | 11101101 | 11010 | 110110 | 0 | 111 | 100001111 | 1001110 | 1000100 |
Color Harmonies of #AF6EED
Complementary color
Monochromatic Colors of #AF6EED
Black with #AF6EED
Text Example
Text Example
White with #AF6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EED; }
p { color: rgb(175,110,237); }
H1.HeaderClassName
{
color: #AF6EED;
}
.AnyTagClassName
{
color: #AF6EED;
}
</style>
background-color css
<style>
a { background-color: #AF6EED; }
a { background-color: rgb(175,110,237); }
div.DivClassName
{
background-color: #AF6EED;
}
.BgClassName
{
background-color: #AF6EED;
}
</style>
border-color css
<style>
span { border-color: #AF6EED; }
span { border-color: rgb(175,110,237); }
td.TdClassName
{
border-color: #AF6EED;
}
.TagClassName
{
border-color: #AF6EED;
}
</style>