Shades of Medium Purple #AF6EFF
Tints of Medium Purple #AF6EFF
RGB
CMYK
RGB Variations
Color information
#AF6EFF (or 0xAF6EFF) is known color: Medium Purple. HEX triplet: AF, 6E and FF. RGB value is (175,110,255). Sum of RGB (Red+Green+Blue) = 175+110+255=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EFF is #509100. Grayscale: #919191. Windows color (decimal): -5280001 or 16740015. OLE color: 16740015.
HSL color Cylindrical-coordinate representation of color #AF6EFF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6EFF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 110 | 255 | - |
| CMYK | 0.31 | 0.57 | 0 | 0 |
| HSL | 266.9º | 1% | 0.72% | - |
| HSV(B) | 266.9º | 0.57% | 1% | - |
| XYZ | 41.31 | 27.49 | 97.74 | - |
| YUV | 145.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 255 | 0.31 | 0.57 | 0 | 0 | 266.9 | 1 | 0.72 |
| Hex | AF | 6E | FF | 1F | 39 | 0 | 0 | 10B | 64 | 48 |
| Octal | 257 | 156 | 377 | 37 | 71 | 0 | 0 | 413 | 144 | 110 |
| Binary | 10101111 | 1101110 | 11111111 | 11111 | 111001 | 0 | 0 | 100001011 | 1100100 | 1001000 |
Color Harmonies of #AF6EFF
Complementary color
Monochromatic Colors of #AF6EFF
Black with #AF6EFF
Text Example
Text Example
White with #AF6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EFF; }
p { color: rgb(175,110,255); }
H1.HeaderClassName
{
color: #AF6EFF;
}
.AnyTagClassName
{
color: #AF6EFF;
}
</style>
background-color css
<style>
a { background-color: #AF6EFF; }
a { background-color: rgb(175,110,255); }
div.DivClassName
{
background-color: #AF6EFF;
}
.BgClassName
{
background-color: #AF6EFF;
}
</style>
border-color css
<style>
span { border-color: #AF6EFF; }
span { border-color: rgb(175,110,255); }
td.TdClassName
{
border-color: #AF6EFF;
}
.TagClassName
{
border-color: #AF6EFF;
}
</style>