Shades of Electric Purple #AF16E6
Tints of Electric Purple #AF16E6
RGB
CMYK
RGB Variations
Color information
#AF16E6 (or 0xAF16E6) is known color: Electric Purple. HEX triplet: AF, 16 and E6. RGB value is (175,22,230). Sum of RGB (Red+Green+Blue) = 175+22+230=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF16E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16E6 is #50E919. Grayscale: #5A5A5A. Windows color (decimal): -5302554 or 15079087. OLE color: 15079087.
HSL color Cylindrical-coordinate representation of color #AF16E6: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16E6 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 22 | 230 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.10 |
| HSL | 284.13º | 0.83% | 0.49% | - |
| HSV(B) | 284.13º | 0.9% | 0.9% | - |
| XYZ | 32.25 | 15.4 | 76.14 | - |
| YUV | 91.46 | 206.19 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 230 | 0.24 | 0.90 | 0 | 0.10 | 284.13 | 0.83 | 0.49 |
| Hex | AF | 16 | E6 | 18 | 5A | 0 | A | 11C | 53 | 31 |
| Octal | 257 | 26 | 346 | 30 | 132 | 0 | 12 | 434 | 123 | 61 |
| Binary | 10101111 | 10110 | 11100110 | 11000 | 1011010 | 0 | 1010 | 100011100 | 1010011 | 110001 |
Color Harmonies of #AF16E6
Complementary color
Monochromatic Colors of #AF16E6
Black with #AF16E6
Text Example
Text Example
White with #AF16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16E6; }
p { color: rgb(175,22,230); }
H1.HeaderClassName
{
color: #AF16E6;
}
.AnyTagClassName
{
color: #AF16E6;
}
</style>
background-color css
<style>
a { background-color: #AF16E6; }
a { background-color: rgb(175,22,230); }
div.DivClassName
{
background-color: #AF16E6;
}
.BgClassName
{
background-color: #AF16E6;
}
</style>
border-color css
<style>
span { border-color: #AF16E6; }
span { border-color: rgb(175,22,230); }
td.TdClassName
{
border-color: #AF16E6;
}
.TagClassName
{
border-color: #AF16E6;
}
</style>