Shades of Electric Purple #AF0AF8
Tints of Electric Purple #AF0AF8
RGB
CMYK
RGB Variations
Color information
#AF0AF8 (or 0xAF0AF8) is known color: Electric Purple. HEX triplet: AF, 0A and F8. RGB value is (175,10,248). Sum of RGB (Red+Green+Blue) = 175+10+248=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF0AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AF8 is #50F507. Grayscale: #555555. Windows color (decimal): -5305608 or 16255663. OLE color: 16255663.
HSL color Cylindrical-coordinate representation of color #AF0AF8: hue angle of 281.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0AF8 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 10 | 248 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.03 |
| HSL | 281.6º | 0.94% | 0.51% | - |
| HSV(B) | 281.6º | 0.96% | 0.97% | - |
| XYZ | 34.73 | 16.11 | 90.09 | - |
| YUV | 86.47 | 219.16 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 248 | 0.29 | 0.96 | 0 | 0.03 | 281.6 | 0.94 | 0.51 |
| Hex | AF | A | F8 | 1D | 60 | 0 | 3 | 11A | 5E | 33 |
| Octal | 257 | 12 | 370 | 35 | 140 | 0 | 3 | 432 | 136 | 63 |
| Binary | 10101111 | 1010 | 11111000 | 11101 | 1100000 | 0 | 11 | 100011010 | 1011110 | 110011 |
Color Harmonies of #AF0AF8
Complementary color
Monochromatic Colors of #AF0AF8
Black with #AF0AF8
Text Example
Text Example
White with #AF0AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AF8; }
p { color: rgb(175,10,248); }
H1.HeaderClassName
{
color: #AF0AF8;
}
.AnyTagClassName
{
color: #AF0AF8;
}
</style>
background-color css
<style>
a { background-color: #AF0AF8; }
a { background-color: rgb(175,10,248); }
div.DivClassName
{
background-color: #AF0AF8;
}
.BgClassName
{
background-color: #AF0AF8;
}
</style>
border-color css
<style>
span { border-color: #AF0AF8; }
span { border-color: rgb(175,10,248); }
td.TdClassName
{
border-color: #AF0AF8;
}
.TagClassName
{
border-color: #AF0AF8;
}
</style>