Shades of Electric Purple #AF17E6
Tints of Electric Purple #AF17E6
RGB
CMYK
RGB Variations
Color information
#AF17E6 (or 0xAF17E6) is known color: Electric Purple. HEX triplet: AF, 17 and E6. RGB value is (175,23,230). Sum of RGB (Red+Green+Blue) = 175+23+230=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF17E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17E6 is #50E819. Grayscale: #5B5B5B. Windows color (decimal): -5302298 or 15079343. OLE color: 15079343.
HSL color Cylindrical-coordinate representation of color #AF17E6: hue angle of 284.06º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF17E6 is Cyan = 0.24, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 23 | 230 | - |
| CMYK | 0.24 | 0.9 | 0 | 0.10 |
| HSL | 284.06º | 0.82% | 0.5% | - |
| HSV(B) | 284.06º | 0.9% | 0.9% | - |
| XYZ | 32.27 | 15.44 | 76.14 | - |
| YUV | 92.05 | 205.86 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 230 | 0.24 | 0.9 | 0 | 0.10 | 284.06 | 0.82 | 0.5 |
| Hex | AF | 17 | E6 | 18 | 5A | 0 | A | 11C | 52 | 32 |
| Octal | 257 | 27 | 346 | 30 | 132 | 0 | 12 | 434 | 122 | 62 |
| Binary | 10101111 | 10111 | 11100110 | 11000 | 1011010 | 0 | 1010 | 100011100 | 1010010 | 110010 |
Color Harmonies of #AF17E6
Complementary color
Monochromatic Colors of #AF17E6
Black with #AF17E6
Text Example
Text Example
White with #AF17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17E6; }
p { color: rgb(175,23,230); }
H1.HeaderClassName
{
color: #AF17E6;
}
.AnyTagClassName
{
color: #AF17E6;
}
</style>
background-color css
<style>
a { background-color: #AF17E6; }
a { background-color: rgb(175,23,230); }
div.DivClassName
{
background-color: #AF17E6;
}
.BgClassName
{
background-color: #AF17E6;
}
</style>
border-color css
<style>
span { border-color: #AF17E6; }
span { border-color: rgb(175,23,230); }
td.TdClassName
{
border-color: #AF17E6;
}
.TagClassName
{
border-color: #AF17E6;
}
</style>