Shades of Electric Purple #AF06EC
Tints of Electric Purple #AF06EC
RGB
CMYK
RGB Variations
Color information
#AF06EC (or 0xAF06EC) is known color: Electric Purple. HEX triplet: AF, 06 and EC. RGB value is (175,6,236). Sum of RGB (Red+Green+Blue) = 175+6+236=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF06EC is #50F913. Grayscale: #525252. Windows color (decimal): -5306644 or 15468207. OLE color: 15468207.
HSL color Cylindrical-coordinate representation of color #AF06EC: hue angle of 284.09º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06EC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 6 | 236 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 284.09º | 0.95% | 0.47% | - |
| HSV(B) | 284.09º | 0.97% | 0.93% | - |
| XYZ | 32.88 | 15.3 | 80.58 | - |
| YUV | 82.75 | 214.49 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 236 | 0.26 | 0.97 | 0 | 0.07 | 284.09 | 0.95 | 0.47 |
| Hex | AF | 6 | EC | 1A | 61 | 0 | 7 | 11C | 5F | 2F |
| Octal | 257 | 6 | 354 | 32 | 141 | 0 | 7 | 434 | 137 | 57 |
| Binary | 10101111 | 110 | 11101100 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011111 | 101111 |
Color Harmonies of #AF06EC
Complementary color
Monochromatic Colors of #AF06EC
Black with #AF06EC
Text Example
Text Example
White with #AF06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06EC; }
p { color: rgb(175,6,236); }
H1.HeaderClassName
{
color: #AF06EC;
}
.AnyTagClassName
{
color: #AF06EC;
}
</style>
background-color css
<style>
a { background-color: #AF06EC; }
a { background-color: rgb(175,6,236); }
div.DivClassName
{
background-color: #AF06EC;
}
.BgClassName
{
background-color: #AF06EC;
}
</style>
border-color css
<style>
span { border-color: #AF06EC; }
span { border-color: rgb(175,6,236); }
td.TdClassName
{
border-color: #AF06EC;
}
.TagClassName
{
border-color: #AF06EC;
}
</style>