Shades of Medium Purple #AF6AF1
Tints of Medium Purple #AF6AF1
RGB
CMYK
RGB Variations
Color information
#AF6AF1 (or 0xAF6AF1) is known color: Medium Purple. HEX triplet: AF, 6A and F1. RGB value is (175,106,241). Sum of RGB (Red+Green+Blue) = 175+106+241=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AF1 is #50950E. Grayscale: #8D8D8D. Windows color (decimal): -5281039 or 15821487. OLE color: 15821487.
HSL color Cylindrical-coordinate representation of color #AF6AF1: hue angle of 270.67º 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 #AF6AF1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 106 | 241 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.05 |
| HSL | 270.67º | 0.83% | 0.68% | - |
| HSV(B) | 270.67º | 0.56% | 0.95% | - |
| XYZ | 38.71 | 25.77 | 86.15 | - |
| YUV | 142.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 241 | 0.27 | 0.56 | 0 | 0.05 | 270.67 | 0.83 | 0.68 |
| Hex | AF | 6A | F1 | 1B | 38 | 0 | 5 | 10F | 53 | 44 |
| Octal | 257 | 152 | 361 | 33 | 70 | 0 | 5 | 417 | 123 | 104 |
| Binary | 10101111 | 1101010 | 11110001 | 11011 | 111000 | 0 | 101 | 100001111 | 1010011 | 1000100 |
Color Harmonies of #AF6AF1
Complementary color
Monochromatic Colors of #AF6AF1
Black with #AF6AF1
Text Example
Text Example
White with #AF6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AF1; }
p { color: rgb(175,106,241); }
H1.HeaderClassName
{
color: #AF6AF1;
}
.AnyTagClassName
{
color: #AF6AF1;
}
</style>
background-color css
<style>
a { background-color: #AF6AF1; }
a { background-color: rgb(175,106,241); }
div.DivClassName
{
background-color: #AF6AF1;
}
.BgClassName
{
background-color: #AF6AF1;
}
</style>
border-color css
<style>
span { border-color: #AF6AF1; }
span { border-color: rgb(175,106,241); }
td.TdClassName
{
border-color: #AF6AF1;
}
.TagClassName
{
border-color: #AF6AF1;
}
</style>