Shades of Electric Purple #AF0FFF
Tints of Electric Purple #AF0FFF
RGB
CMYK
RGB Variations
Color information
#AF0FFF (or 0xAF0FFF) is known color: Electric Purple. HEX triplet: AF, 0F and FF. RGB value is (175,15,255). Sum of RGB (Red+Green+Blue) = 175+15+255=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFF is #50F000. Grayscale: #595959. Windows color (decimal): -5304321 or 16715695. OLE color: 16715695.
HSL color Cylindrical-coordinate representation of color #AF0FFF: hue angle of 280º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FFF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 15 | 255 | - |
| CMYK | 0.31 | 0.94 | 0 | 0 |
| HSL | 280º | 1% | 0.53% | - |
| HSV(B) | 280º | 0.94% | 1% | - |
| XYZ | 35.9 | 16.68 | 95.93 | - |
| YUV | 90.2 | 221.01 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 255 | 0.31 | 0.94 | 0 | 0 | 280 | 1 | 0.53 |
| Hex | AF | F | FF | 1F | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 257 | 17 | 377 | 37 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101111 | 1111 | 11111111 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AF0FFF
Complementary color
Monochromatic Colors of #AF0FFF
Black with #AF0FFF
Text Example
Text Example
White with #AF0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FFF; }
p { color: rgb(175,15,255); }
H1.HeaderClassName
{
color: #AF0FFF;
}
.AnyTagClassName
{
color: #AF0FFF;
}
</style>
background-color css
<style>
a { background-color: #AF0FFF; }
a { background-color: rgb(175,15,255); }
div.DivClassName
{
background-color: #AF0FFF;
}
.BgClassName
{
background-color: #AF0FFF;
}
</style>
border-color css
<style>
span { border-color: #AF0FFF; }
span { border-color: rgb(175,15,255); }
td.TdClassName
{
border-color: #AF0FFF;
}
.TagClassName
{
border-color: #AF0FFF;
}
</style>