Shades of Medium Purple #AF6FF3
Tints of Medium Purple #AF6FF3
RGB
CMYK
RGB Variations
Color information
#AF6FF3 (or 0xAF6FF3) is known color: Medium Purple. HEX triplet: AF, 6F and F3. RGB value is (175,111,243). Sum of RGB (Red+Green+Blue) = 175+111+243=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF6FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FF3 is #50900C. Grayscale: #909090. Windows color (decimal): -5279757 or 15953839. OLE color: 15953839.
HSL color Cylindrical-coordinate representation of color #AF6FF3: hue angle of 269.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6FF3 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 111 | 243 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.05 |
| HSL | 269.09º | 0.85% | 0.69% | - |
| HSV(B) | 269.09º | 0.54% | 0.95% | - |
| XYZ | 39.54 | 26.95 | 87.91 | - |
| YUV | 145.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 243 | 0.28 | 0.54 | 0 | 0.05 | 269.09 | 0.85 | 0.69 |
| Hex | AF | 6F | F3 | 1C | 36 | 0 | 5 | 10D | 55 | 45 |
| Octal | 257 | 157 | 363 | 34 | 66 | 0 | 5 | 415 | 125 | 105 |
| Binary | 10101111 | 1101111 | 11110011 | 11100 | 110110 | 0 | 101 | 100001101 | 1010101 | 1000101 |
Color Harmonies of #AF6FF3
Complementary color
Monochromatic Colors of #AF6FF3
Black with #AF6FF3
Text Example
Text Example
White with #AF6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FF3; }
p { color: rgb(175,111,243); }
H1.HeaderClassName
{
color: #AF6FF3;
}
.AnyTagClassName
{
color: #AF6FF3;
}
</style>
background-color css
<style>
a { background-color: #AF6FF3; }
a { background-color: rgb(175,111,243); }
div.DivClassName
{
background-color: #AF6FF3;
}
.BgClassName
{
background-color: #AF6FF3;
}
</style>
border-color css
<style>
span { border-color: #AF6FF3; }
span { border-color: rgb(175,111,243); }
td.TdClassName
{
border-color: #AF6FF3;
}
.TagClassName
{
border-color: #AF6FF3;
}
</style>