Shades of Medium Purple #AF6BFC
Tints of Medium Purple #AF6BFC
RGB
CMYK
RGB Variations
Color information
#AF6BFC (or 0xAF6BFC) is known color: Medium Purple. HEX triplet: AF, 6B and FC. RGB value is (175,107,252). Sum of RGB (Red+Green+Blue) = 175+107+252=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFC is #509403. Grayscale: #8F8F8F. Windows color (decimal): -5280772 or 16542639. OLE color: 16542639.
HSL color Cylindrical-coordinate representation of color #AF6BFC: hue angle of 268.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6BFC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 107 | 252 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.01 |
| HSL | 268.14º | 0.96% | 0.7% | - |
| HSV(B) | 268.14º | 0.58% | 0.99% | - |
| XYZ | 40.51 | 26.66 | 95.11 | - |
| YUV | 143.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 252 | 0.31 | 0.58 | 0 | 0.01 | 268.14 | 0.96 | 0.7 |
| Hex | AF | 6B | FC | 1F | 3A | 0 | 1 | 10C | 60 | 46 |
| Octal | 257 | 153 | 374 | 37 | 72 | 0 | 1 | 414 | 140 | 106 |
| Binary | 10101111 | 1101011 | 11111100 | 11111 | 111010 | 0 | 1 | 100001100 | 1100000 | 1000110 |
Color Harmonies of #AF6BFC
Complementary color
Monochromatic Colors of #AF6BFC
Black with #AF6BFC
Text Example
Text Example
White with #AF6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BFC; }
p { color: rgb(175,107,252); }
H1.HeaderClassName
{
color: #AF6BFC;
}
.AnyTagClassName
{
color: #AF6BFC;
}
</style>
background-color css
<style>
a { background-color: #AF6BFC; }
a { background-color: rgb(175,107,252); }
div.DivClassName
{
background-color: #AF6BFC;
}
.BgClassName
{
background-color: #AF6BFC;
}
</style>
border-color css
<style>
span { border-color: #AF6BFC; }
span { border-color: rgb(175,107,252); }
td.TdClassName
{
border-color: #AF6BFC;
}
.TagClassName
{
border-color: #AF6BFC;
}
</style>