Shades of Medium Purple #AF66FE
Tints of Medium Purple #AF66FE
RGB
CMYK
RGB Variations
Color information
#AF66FE (or 0xAF66FE) is known color: Medium Purple. HEX triplet: AF, 66 and FE. RGB value is (175,102,254). Sum of RGB (Red+Green+Blue) = 175+102+254=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66FE is #509901. Grayscale: #8C8C8C. Windows color (decimal): -5282050 or 16672431. OLE color: 16672431.
HSL color Cylindrical-coordinate representation of color #AF66FE: hue angle of 268.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF66FE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 102 | 254 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.00 |
| HSL | 268.82º | 0.99% | 0.7% | - |
| HSV(B) | 268.82º | 0.6% | 1% | - |
| XYZ | 40.32 | 25.77 | 96.62 | - |
| YUV | 141.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 254 | 0.31 | 0.60 | 0 | 0.00 | 268.82 | 0.99 | 0.7 |
| Hex | AF | 66 | FE | 1F | 3C | 0 | 0 | 10D | 63 | 46 |
| Octal | 257 | 146 | 376 | 37 | 74 | 0 | 0 | 415 | 143 | 106 |
| Binary | 10101111 | 1100110 | 11111110 | 11111 | 111100 | 0 | 0 | 100001101 | 1100011 | 1000110 |
Color Harmonies of #AF66FE
Complementary color
Monochromatic Colors of #AF66FE
Black with #AF66FE
Text Example
Text Example
White with #AF66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66FE; }
p { color: rgb(175,102,254); }
H1.HeaderClassName
{
color: #AF66FE;
}
.AnyTagClassName
{
color: #AF66FE;
}
</style>
background-color css
<style>
a { background-color: #AF66FE; }
a { background-color: rgb(175,102,254); }
div.DivClassName
{
background-color: #AF66FE;
}
.BgClassName
{
background-color: #AF66FE;
}
</style>
border-color css
<style>
span { border-color: #AF66FE; }
span { border-color: rgb(175,102,254); }
td.TdClassName
{
border-color: #AF66FE;
}
.TagClassName
{
border-color: #AF66FE;
}
</style>