Shades of Electric Purple #AF07E6
Tints of Electric Purple #AF07E6
RGB
CMYK
RGB Variations
Color information
#AF07E6 (or 0xAF07E6) is known color: Electric Purple. HEX triplet: AF, 07 and E6. RGB value is (175,7,230). Sum of RGB (Red+Green+Blue) = 175+7+230=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF07E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07E6 is #50F819. Grayscale: #515151. Windows color (decimal): -5306394 or 15075247. OLE color: 15075247.
HSL color Cylindrical-coordinate representation of color #AF07E6: hue angle of 285.2º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07E6 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 7 | 230 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.10 |
| HSL | 285.2º | 0.94% | 0.46% | - |
| HSV(B) | 285.2º | 0.97% | 0.9% | - |
| XYZ | 32.04 | 14.98 | 76.07 | - |
| YUV | 82.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 230 | 0.24 | 0.97 | 0 | 0.10 | 285.2 | 0.94 | 0.46 |
| Hex | AF | 7 | E6 | 18 | 61 | 0 | A | 11D | 5E | 2E |
| Octal | 257 | 7 | 346 | 30 | 141 | 0 | 12 | 435 | 136 | 56 |
| Binary | 10101111 | 111 | 11100110 | 11000 | 1100001 | 0 | 1010 | 100011101 | 1011110 | 101110 |
Color Harmonies of #AF07E6
Complementary color
Monochromatic Colors of #AF07E6
Black with #AF07E6
Text Example
Text Example
White with #AF07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07E6; }
p { color: rgb(175,7,230); }
H1.HeaderClassName
{
color: #AF07E6;
}
.AnyTagClassName
{
color: #AF07E6;
}
</style>
background-color css
<style>
a { background-color: #AF07E6; }
a { background-color: rgb(175,7,230); }
div.DivClassName
{
background-color: #AF07E6;
}
.BgClassName
{
background-color: #AF07E6;
}
</style>
border-color css
<style>
span { border-color: #AF07E6; }
span { border-color: rgb(175,7,230); }
td.TdClassName
{
border-color: #AF07E6;
}
.TagClassName
{
border-color: #AF07E6;
}
</style>