Shades of Medium Purple #AF6CFA
Tints of Medium Purple #AF6CFA
RGB
CMYK
RGB Variations
Color information
#AF6CFA (or 0xAF6CFA) is known color: Medium Purple. HEX triplet: AF, 6C and FA. RGB value is (175,108,250). Sum of RGB (Red+Green+Blue) = 175+108+250=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CFA is #509305. Grayscale: #8F8F8F. Windows color (decimal): -5280518 or 16411823. OLE color: 16411823.
HSL color Cylindrical-coordinate representation of color #AF6CFA: hue angle of 268.31º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6CFA is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 108 | 250 | - |
| CMYK | 0.3 | 0.57 | 0 | 0.02 |
| HSL | 268.31º | 0.93% | 0.7% | - |
| HSV(B) | 268.31º | 0.57% | 0.98% | - |
| XYZ | 40.3 | 26.74 | 93.48 | - |
| YUV | 144.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 250 | 0.3 | 0.57 | 0 | 0.02 | 268.31 | 0.93 | 0.7 |
| Hex | AF | 6C | FA | 1E | 39 | 0 | 2 | 10C | 5D | 46 |
| Octal | 257 | 154 | 372 | 36 | 71 | 0 | 2 | 414 | 135 | 106 |
| Binary | 10101111 | 1101100 | 11111010 | 11110 | 111001 | 0 | 10 | 100001100 | 1011101 | 1000110 |
Color Harmonies of #AF6CFA
Complementary color
Monochromatic Colors of #AF6CFA
Black with #AF6CFA
Text Example
Text Example
White with #AF6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CFA; }
p { color: rgb(175,108,250); }
H1.HeaderClassName
{
color: #AF6CFA;
}
.AnyTagClassName
{
color: #AF6CFA;
}
</style>
background-color css
<style>
a { background-color: #AF6CFA; }
a { background-color: rgb(175,108,250); }
div.DivClassName
{
background-color: #AF6CFA;
}
.BgClassName
{
background-color: #AF6CFA;
}
</style>
border-color css
<style>
span { border-color: #AF6CFA; }
span { border-color: rgb(175,108,250); }
td.TdClassName
{
border-color: #AF6CFA;
}
.TagClassName
{
border-color: #AF6CFA;
}
</style>