Shades of Medium Purple #AF66F3
Tints of Medium Purple #AF66F3
RGB
CMYK
RGB Variations
Color information
#AF66F3 (or 0xAF66F3) is known color: Medium Purple. HEX triplet: AF, 66 and F3. RGB value is (175,102,243). Sum of RGB (Red+Green+Blue) = 175+102+243=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF66F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F3 is #50990C. Grayscale: #8B8B8B. Windows color (decimal): -5282061 or 15951535. OLE color: 15951535.
HSL color Cylindrical-coordinate representation of color #AF66F3: hue angle of 271.06º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF66F3 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 102 | 243 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.05 |
| HSL | 271.06º | 0.85% | 0.68% | - |
| HSV(B) | 271.06º | 0.58% | 0.95% | - |
| XYZ | 38.61 | 25.09 | 87.6 | - |
| YUV | 139.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 243 | 0.28 | 0.58 | 0 | 0.05 | 271.06 | 0.85 | 0.68 |
| Hex | AF | 66 | F3 | 1C | 3A | 0 | 5 | 10F | 55 | 44 |
| Octal | 257 | 146 | 363 | 34 | 72 | 0 | 5 | 417 | 125 | 104 |
| Binary | 10101111 | 1100110 | 11110011 | 11100 | 111010 | 0 | 101 | 100001111 | 1010101 | 1000100 |
Color Harmonies of #AF66F3
Complementary color
Monochromatic Colors of #AF66F3
Black with #AF66F3
Text Example
Text Example
White with #AF66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66F3; }
p { color: rgb(175,102,243); }
H1.HeaderClassName
{
color: #AF66F3;
}
.AnyTagClassName
{
color: #AF66F3;
}
</style>
background-color css
<style>
a { background-color: #AF66F3; }
a { background-color: rgb(175,102,243); }
div.DivClassName
{
background-color: #AF66F3;
}
.BgClassName
{
background-color: #AF66F3;
}
</style>
border-color css
<style>
span { border-color: #AF66F3; }
span { border-color: rgb(175,102,243); }
td.TdClassName
{
border-color: #AF66F3;
}
.TagClassName
{
border-color: #AF66F3;
}
</style>