Shades of Medium Purple #AF6DF0
Tints of Medium Purple #AF6DF0
RGB
CMYK
RGB Variations
Color information
#AF6DF0 (or 0xAF6DF0) is known color: Medium Purple. HEX triplet: AF, 6D and F0. RGB value is (175,109,240). Sum of RGB (Red+Green+Blue) = 175+109+240=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF0 is #50920F. Grayscale: #8F8F8F. Windows color (decimal): -5280272 or 15756719. OLE color: 15756719.
HSL color Cylindrical-coordinate representation of color #AF6DF0: hue angle of 270.23º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6DF0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 109 | 240 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.06 |
| HSL | 270.23º | 0.81% | 0.68% | - |
| HSV(B) | 270.23º | 0.55% | 0.94% | - |
| XYZ | 38.88 | 26.34 | 85.47 | - |
| YUV | 143.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 240 | 0.27 | 0.55 | 0 | 0.06 | 270.23 | 0.81 | 0.68 |
| Hex | AF | 6D | F0 | 1B | 37 | 0 | 6 | 10E | 51 | 44 |
| Octal | 257 | 155 | 360 | 33 | 67 | 0 | 6 | 416 | 121 | 104 |
| Binary | 10101111 | 1101101 | 11110000 | 11011 | 110111 | 0 | 110 | 100001110 | 1010001 | 1000100 |
Color Harmonies of #AF6DF0
Complementary color
Monochromatic Colors of #AF6DF0
Black with #AF6DF0
Text Example
Text Example
White with #AF6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DF0; }
p { color: rgb(175,109,240); }
H1.HeaderClassName
{
color: #AF6DF0;
}
.AnyTagClassName
{
color: #AF6DF0;
}
</style>
background-color css
<style>
a { background-color: #AF6DF0; }
a { background-color: rgb(175,109,240); }
div.DivClassName
{
background-color: #AF6DF0;
}
.BgClassName
{
background-color: #AF6DF0;
}
</style>
border-color css
<style>
span { border-color: #AF6DF0; }
span { border-color: rgb(175,109,240); }
td.TdClassName
{
border-color: #AF6DF0;
}
.TagClassName
{
border-color: #AF6DF0;
}
</style>