Shades of Medium Purple #AF6FFA
Tints of Medium Purple #AF6FFA
RGB
CMYK
RGB Variations
Color information
#AF6FFA (or 0xAF6FFA) is known color: Medium Purple. HEX triplet: AF, 6F and FA. RGB value is (175,111,250). Sum of RGB (Red+Green+Blue) = 175+111+250=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FFA is #509005. Grayscale: #919191. Windows color (decimal): -5279750 or 16412591. OLE color: 16412591.
HSL color Cylindrical-coordinate representation of color #AF6FFA: hue angle of 267.63º 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 #AF6FFA is Cyan = 0.3, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 111 | 250 | - |
| CMYK | 0.3 | 0.56 | 0 | 0.02 |
| HSL | 267.63º | 0.93% | 0.71% | - |
| HSV(B) | 267.63º | 0.56% | 0.98% | - |
| XYZ | 40.62 | 27.38 | 93.59 | - |
| YUV | 145.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 250 | 0.3 | 0.56 | 0 | 0.02 | 267.63 | 0.93 | 0.71 |
| Hex | AF | 6F | FA | 1E | 38 | 0 | 2 | 10C | 5D | 47 |
| Octal | 257 | 157 | 372 | 36 | 70 | 0 | 2 | 414 | 135 | 107 |
| Binary | 10101111 | 1101111 | 11111010 | 11110 | 111000 | 0 | 10 | 100001100 | 1011101 | 1000111 |
Color Harmonies of #AF6FFA
Complementary color
Monochromatic Colors of #AF6FFA
Black with #AF6FFA
Text Example
Text Example
White with #AF6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FFA; }
p { color: rgb(175,111,250); }
H1.HeaderClassName
{
color: #AF6FFA;
}
.AnyTagClassName
{
color: #AF6FFA;
}
</style>
background-color css
<style>
a { background-color: #AF6FFA; }
a { background-color: rgb(175,111,250); }
div.DivClassName
{
background-color: #AF6FFA;
}
.BgClassName
{
background-color: #AF6FFA;
}
</style>
border-color css
<style>
span { border-color: #AF6FFA; }
span { border-color: rgb(175,111,250); }
td.TdClassName
{
border-color: #AF6FFA;
}
.TagClassName
{
border-color: #AF6FFA;
}
</style>