Shades of Electric Purple #AF04FF
Tints of Electric Purple #AF04FF
RGB
CMYK
RGB Variations
Color information
#AF04FF (or 0xAF04FF) is known color: Electric Purple. HEX triplet: AF, 04 and FF. RGB value is (175,4,255). Sum of RGB (Red+Green+Blue) = 175+4+255=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04FF is #50FB00. Grayscale: #525252. Windows color (decimal): -5307137 or 16712879. OLE color: 16712879.
HSL color Cylindrical-coordinate representation of color #AF04FF: hue angle of 280.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 4 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 280.88º | 1% | 0.51% | - |
| HSV(B) | 280.88º | 0.98% | 1% | - |
| XYZ | 35.77 | 16.42 | 95.89 | - |
| YUV | 83.74 | 224.65 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 255 | 0.31 | 0.98 | 0 | 0 | 280.88 | 1 | 0.51 |
| Hex | AF | 4 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 257 | 4 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10101111 | 100 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #AF04FF
Complementary color
Monochromatic Colors of #AF04FF
Black with #AF04FF
Text Example
Text Example
White with #AF04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04FF; }
p { color: rgb(175,4,255); }
H1.HeaderClassName
{
color: #AF04FF;
}
.AnyTagClassName
{
color: #AF04FF;
}
</style>
background-color css
<style>
a { background-color: #AF04FF; }
a { background-color: rgb(175,4,255); }
div.DivClassName
{
background-color: #AF04FF;
}
.BgClassName
{
background-color: #AF04FF;
}
</style>
border-color css
<style>
span { border-color: #AF04FF; }
span { border-color: rgb(175,4,255); }
td.TdClassName
{
border-color: #AF04FF;
}
.TagClassName
{
border-color: #AF04FF;
}
</style>