Shades of Medium Purple #AF6BF1
Tints of Medium Purple #AF6BF1
RGB
CMYK
RGB Variations
Color information
#AF6BF1 (or 0xAF6BF1) is known color: Medium Purple. HEX triplet: AF, 6B and F1. RGB value is (175,107,241). Sum of RGB (Red+Green+Blue) = 175+107+241=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BF1 is #50940E. Grayscale: #8E8E8E. Windows color (decimal): -5280783 or 15821743. OLE color: 15821743.
HSL color Cylindrical-coordinate representation of color #AF6BF1: hue angle of 270.45º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6BF1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 107 | 241 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.05 |
| HSL | 270.45º | 0.83% | 0.68% | - |
| HSV(B) | 270.45º | 0.56% | 0.95% | - |
| XYZ | 38.81 | 25.98 | 86.19 | - |
| YUV | 142.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 241 | 0.27 | 0.56 | 0 | 0.05 | 270.45 | 0.83 | 0.68 |
| Hex | AF | 6B | F1 | 1B | 38 | 0 | 5 | 10E | 53 | 44 |
| Octal | 257 | 153 | 361 | 33 | 70 | 0 | 5 | 416 | 123 | 104 |
| Binary | 10101111 | 1101011 | 11110001 | 11011 | 111000 | 0 | 101 | 100001110 | 1010011 | 1000100 |
Color Harmonies of #AF6BF1
Complementary color
Monochromatic Colors of #AF6BF1
Black with #AF6BF1
Text Example
Text Example
White with #AF6BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BF1; }
p { color: rgb(175,107,241); }
H1.HeaderClassName
{
color: #AF6BF1;
}
.AnyTagClassName
{
color: #AF6BF1;
}
</style>
background-color css
<style>
a { background-color: #AF6BF1; }
a { background-color: rgb(175,107,241); }
div.DivClassName
{
background-color: #AF6BF1;
}
.BgClassName
{
background-color: #AF6BF1;
}
</style>
border-color css
<style>
span { border-color: #AF6BF1; }
span { border-color: rgb(175,107,241); }
td.TdClassName
{
border-color: #AF6BF1;
}
.TagClassName
{
border-color: #AF6BF1;
}
</style>