Shades of Medium Purple #AF6EFA
Tints of Medium Purple #AF6EFA
RGB
CMYK
RGB Variations
Color information
#AF6EFA (or 0xAF6EFA) is known color: Medium Purple. HEX triplet: AF, 6E and FA. RGB value is (175,110,250). Sum of RGB (Red+Green+Blue) = 175+110+250=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EFA is #509105. Grayscale: #909090. Windows color (decimal): -5280006 or 16412335. OLE color: 16412335.
HSL color Cylindrical-coordinate representation of color #AF6EFA: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6EFA is Cyan = 0.3, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 110 | 250 | - |
| CMYK | 0.3 | 0.56 | 0 | 0.02 |
| HSL | 267.86º | 0.93% | 0.71% | - |
| HSV(B) | 267.86º | 0.56% | 0.98% | - |
| XYZ | 40.51 | 27.17 | 93.55 | - |
| YUV | 145.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 250 | 0.3 | 0.56 | 0 | 0.02 | 267.86 | 0.93 | 0.71 |
| Hex | AF | 6E | FA | 1E | 38 | 0 | 2 | 10C | 5D | 47 |
| Octal | 257 | 156 | 372 | 36 | 70 | 0 | 2 | 414 | 135 | 107 |
| Binary | 10101111 | 1101110 | 11111010 | 11110 | 111000 | 0 | 10 | 100001100 | 1011101 | 1000111 |
Color Harmonies of #AF6EFA
Complementary color
Monochromatic Colors of #AF6EFA
Black with #AF6EFA
Text Example
Text Example
White with #AF6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EFA; }
p { color: rgb(175,110,250); }
H1.HeaderClassName
{
color: #AF6EFA;
}
.AnyTagClassName
{
color: #AF6EFA;
}
</style>
background-color css
<style>
a { background-color: #AF6EFA; }
a { background-color: rgb(175,110,250); }
div.DivClassName
{
background-color: #AF6EFA;
}
.BgClassName
{
background-color: #AF6EFA;
}
</style>
border-color css
<style>
span { border-color: #AF6EFA; }
span { border-color: rgb(175,110,250); }
td.TdClassName
{
border-color: #AF6EFA;
}
.TagClassName
{
border-color: #AF6EFA;
}
</style>