Shades of Medium Purple #AF66EF
Tints of Medium Purple #AF66EF
RGB
CMYK
RGB Variations
Color information
#AF66EF (or 0xAF66EF) is known color: Medium Purple. HEX triplet: AF, 66 and EF. RGB value is (175,102,239). Sum of RGB (Red+Green+Blue) = 175+102+239=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66EF is #509910. Grayscale: #8A8A8A. Windows color (decimal): -5282065 or 15689391. OLE color: 15689391.
HSL color Cylindrical-coordinate representation of color #AF66EF: hue angle of 271.97º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF66EF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 102 | 239 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.06 |
| HSL | 271.97º | 0.81% | 0.67% | - |
| HSV(B) | 271.97º | 0.57% | 0.94% | - |
| XYZ | 38.01 | 24.85 | 84.45 | - |
| YUV | 139.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 239 | 0.27 | 0.57 | 0 | 0.06 | 271.97 | 0.81 | 0.67 |
| Hex | AF | 66 | EF | 1B | 39 | 0 | 6 | 110 | 51 | 43 |
| Octal | 257 | 146 | 357 | 33 | 71 | 0 | 6 | 420 | 121 | 103 |
| Binary | 10101111 | 1100110 | 11101111 | 11011 | 111001 | 0 | 110 | 100010000 | 1010001 | 1000011 |
Color Harmonies of #AF66EF
Complementary color
Monochromatic Colors of #AF66EF
Black with #AF66EF
Text Example
Text Example
White with #AF66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66EF; }
p { color: rgb(175,102,239); }
H1.HeaderClassName
{
color: #AF66EF;
}
.AnyTagClassName
{
color: #AF66EF;
}
</style>
background-color css
<style>
a { background-color: #AF66EF; }
a { background-color: rgb(175,102,239); }
div.DivClassName
{
background-color: #AF66EF;
}
.BgClassName
{
background-color: #AF66EF;
}
</style>
border-color css
<style>
span { border-color: #AF66EF; }
span { border-color: rgb(175,102,239); }
td.TdClassName
{
border-color: #AF66EF;
}
.TagClassName
{
border-color: #AF66EF;
}
</style>