Shades of Medium Purple #AF69EC
Tints of Medium Purple #AF69EC
RGB
CMYK
RGB Variations
Color information
#AF69EC (or 0xAF69EC) is known color: Medium Purple. HEX triplet: AF, 69 and EC. RGB value is (175,105,236). Sum of RGB (Red+Green+Blue) = 175+105+236=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69EC is #509613. Grayscale: #8C8C8C. Windows color (decimal): -5281300 or 15493551. OLE color: 15493551.
HSL color Cylindrical-coordinate representation of color #AF69EC: hue angle of 272.06º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF69EC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 105 | 236 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.07 |
| HSL | 272.06º | 0.78% | 0.67% | - |
| HSV(B) | 272.06º | 0.56% | 0.93% | - |
| XYZ | 37.87 | 25.27 | 82.24 | - |
| YUV | 140.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 236 | 0.26 | 0.56 | 0 | 0.07 | 272.06 | 0.78 | 0.67 |
| Hex | AF | 69 | EC | 1A | 38 | 0 | 7 | 110 | 4E | 43 |
| Octal | 257 | 151 | 354 | 32 | 70 | 0 | 7 | 420 | 116 | 103 |
| Binary | 10101111 | 1101001 | 11101100 | 11010 | 111000 | 0 | 111 | 100010000 | 1001110 | 1000011 |
Color Harmonies of #AF69EC
Complementary color
Monochromatic Colors of #AF69EC
Black with #AF69EC
Text Example
Text Example
White with #AF69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69EC; }
p { color: rgb(175,105,236); }
H1.HeaderClassName
{
color: #AF69EC;
}
.AnyTagClassName
{
color: #AF69EC;
}
</style>
background-color css
<style>
a { background-color: #AF69EC; }
a { background-color: rgb(175,105,236); }
div.DivClassName
{
background-color: #AF69EC;
}
.BgClassName
{
background-color: #AF69EC;
}
</style>
border-color css
<style>
span { border-color: #AF69EC; }
span { border-color: rgb(175,105,236); }
td.TdClassName
{
border-color: #AF69EC;
}
.TagClassName
{
border-color: #AF69EC;
}
</style>