Shades of Electric Purple #AF06ED
Tints of Electric Purple #AF06ED
RGB
CMYK
RGB Variations
Color information
#AF06ED (or 0xAF06ED) is known color: Electric Purple. HEX triplet: AF, 06 and ED. RGB value is (175,6,237). Sum of RGB (Red+Green+Blue) = 175+6+237=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF06ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF06ED is #50F912. Grayscale: #525252. Windows color (decimal): -5306643 or 15533743. OLE color: 15533743.
HSL color Cylindrical-coordinate representation of color #AF06ED: hue angle of 283.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06ED is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 6 | 237 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 283.9º | 0.95% | 0.48% | - |
| HSV(B) | 283.9º | 0.97% | 0.93% | - |
| XYZ | 33.03 | 15.36 | 81.34 | - |
| YUV | 82.87 | 214.99 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 237 | 0.26 | 0.97 | 0 | 0.07 | 283.9 | 0.95 | 0.48 |
| Hex | AF | 6 | ED | 1A | 61 | 0 | 7 | 11C | 5F | 30 |
| Octal | 257 | 6 | 355 | 32 | 141 | 0 | 7 | 434 | 137 | 60 |
| Binary | 10101111 | 110 | 11101101 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011111 | 110000 |
Color Harmonies of #AF06ED
Complementary color
Monochromatic Colors of #AF06ED
Black with #AF06ED
Text Example
Text Example
White with #AF06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06ED; }
p { color: rgb(175,6,237); }
H1.HeaderClassName
{
color: #AF06ED;
}
.AnyTagClassName
{
color: #AF06ED;
}
</style>
background-color css
<style>
a { background-color: #AF06ED; }
a { background-color: rgb(175,6,237); }
div.DivClassName
{
background-color: #AF06ED;
}
.BgClassName
{
background-color: #AF06ED;
}
</style>
border-color css
<style>
span { border-color: #AF06ED; }
span { border-color: rgb(175,6,237); }
td.TdClassName
{
border-color: #AF06ED;
}
.TagClassName
{
border-color: #AF06ED;
}
</style>