Shades of Medium Purple #AF6FEA
Tints of Medium Purple #AF6FEA
RGB
CMYK
RGB Variations
Color information
#AF6FEA (or 0xAF6FEA) is known color: Medium Purple. HEX triplet: AF, 6F and EA. RGB value is (175,111,234). Sum of RGB (Red+Green+Blue) = 175+111+234=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FEA is #509015. Grayscale: #8F8F8F. Windows color (decimal): -5279766 or 15364015. OLE color: 15364015.
HSL color Cylindrical-coordinate representation of color #AF6FEA: hue angle of 271.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6FEA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 111 | 234 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.08 |
| HSL | 271.22º | 0.75% | 0.68% | - |
| HSV(B) | 271.22º | 0.53% | 0.92% | - |
| XYZ | 38.21 | 26.42 | 80.93 | - |
| YUV | 144.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 234 | 0.25 | 0.53 | 0 | 0.08 | 271.22 | 0.75 | 0.68 |
| Hex | AF | 6F | EA | 19 | 35 | 0 | 8 | 10F | 4B | 44 |
| Octal | 257 | 157 | 352 | 31 | 65 | 0 | 10 | 417 | 113 | 104 |
| Binary | 10101111 | 1101111 | 11101010 | 11001 | 110101 | 0 | 1000 | 100001111 | 1001011 | 1000100 |
Color Harmonies of #AF6FEA
Complementary color
Monochromatic Colors of #AF6FEA
Black with #AF6FEA
Text Example
Text Example
White with #AF6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FEA; }
p { color: rgb(175,111,234); }
H1.HeaderClassName
{
color: #AF6FEA;
}
.AnyTagClassName
{
color: #AF6FEA;
}
</style>
background-color css
<style>
a { background-color: #AF6FEA; }
a { background-color: rgb(175,111,234); }
div.DivClassName
{
background-color: #AF6FEA;
}
.BgClassName
{
background-color: #AF6FEA;
}
</style>
border-color css
<style>
span { border-color: #AF6FEA; }
span { border-color: rgb(175,111,234); }
td.TdClassName
{
border-color: #AF6FEA;
}
.TagClassName
{
border-color: #AF6FEA;
}
</style>