Shades of Electric Purple #AF03FE
Tints of Electric Purple #AF03FE
RGB
CMYK
RGB Variations
Color information
#AF03FE (or 0xAF03FE) is known color: Electric Purple. HEX triplet: AF, 03 and FE. RGB value is (175,3,254). Sum of RGB (Red+Green+Blue) = 175+3+254=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF03FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FE is #50FC01. Grayscale: #525252. Windows color (decimal): -5307394 or 16647087. OLE color: 16647087.
HSL color Cylindrical-coordinate representation of color #AF03FE: hue angle of 281.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03FE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 3 | 254 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.00 |
| HSL | 281.12º | 0.99% | 0.5% | - |
| HSV(B) | 281.12º | 0.99% | 1% | - |
| XYZ | 35.6 | 16.33 | 95.04 | - |
| YUV | 83.04 | 224.48 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 254 | 0.31 | 0.99 | 0 | 0.00 | 281.12 | 0.99 | 0.5 |
| Hex | AF | 3 | FE | 1F | 63 | 0 | 0 | 119 | 63 | 32 |
| Octal | 257 | 3 | 376 | 37 | 143 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10101111 | 11 | 11111110 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #AF03FE
Complementary color
Monochromatic Colors of #AF03FE
Black with #AF03FE
Text Example
Text Example
White with #AF03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03FE; }
p { color: rgb(175,3,254); }
H1.HeaderClassName
{
color: #AF03FE;
}
.AnyTagClassName
{
color: #AF03FE;
}
</style>
background-color css
<style>
a { background-color: #AF03FE; }
a { background-color: rgb(175,3,254); }
div.DivClassName
{
background-color: #AF03FE;
}
.BgClassName
{
background-color: #AF03FE;
}
</style>
border-color css
<style>
span { border-color: #AF03FE; }
span { border-color: rgb(175,3,254); }
td.TdClassName
{
border-color: #AF03FE;
}
.TagClassName
{
border-color: #AF03FE;
}
</style>