Shades of Electric Purple #AF11FA
Tints of Electric Purple #AF11FA
RGB
CMYK
RGB Variations
Color information
#AF11FA (or 0xAF11FA) is known color: Electric Purple. HEX triplet: AF, 11 and FA. RGB value is (175,17,250). Sum of RGB (Red+Green+Blue) = 175+17+250=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11FA is #50EE05. Grayscale: #5A5A5A. Windows color (decimal): -5303814 or 16388527. OLE color: 16388527.
HSL color Cylindrical-coordinate representation of color #AF11FA: hue angle of 280.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11FA is Cyan = 0.3, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 17 | 250 | - |
| CMYK | 0.3 | 0.93 | 0 | 0.02 |
| HSL | 280.69º | 0.96% | 0.52% | - |
| HSV(B) | 280.69º | 0.93% | 0.98% | - |
| XYZ | 35.13 | 16.42 | 91.76 | - |
| YUV | 90.8 | 217.85 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 250 | 0.3 | 0.93 | 0 | 0.02 | 280.69 | 0.96 | 0.52 |
| Hex | AF | 11 | FA | 1E | 5D | 0 | 2 | 119 | 60 | 34 |
| Octal | 257 | 21 | 372 | 36 | 135 | 0 | 2 | 431 | 140 | 64 |
| Binary | 10101111 | 10001 | 11111010 | 11110 | 1011101 | 0 | 10 | 100011001 | 1100000 | 110100 |
Color Harmonies of #AF11FA
Complementary color
Monochromatic Colors of #AF11FA
Black with #AF11FA
Text Example
Text Example
White with #AF11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11FA; }
p { color: rgb(175,17,250); }
H1.HeaderClassName
{
color: #AF11FA;
}
.AnyTagClassName
{
color: #AF11FA;
}
</style>
background-color css
<style>
a { background-color: #AF11FA; }
a { background-color: rgb(175,17,250); }
div.DivClassName
{
background-color: #AF11FA;
}
.BgClassName
{
background-color: #AF11FA;
}
</style>
border-color css
<style>
span { border-color: #AF11FA; }
span { border-color: rgb(175,17,250); }
td.TdClassName
{
border-color: #AF11FA;
}
.TagClassName
{
border-color: #AF11FA;
}
</style>