Shades of Electric Purple #AF01FA
Tints of Electric Purple #AF01FA
RGB
CMYK
RGB Variations
Color information
#AF01FA (or 0xAF01FA) is known color: Electric Purple. HEX triplet: AF, 01 and FA. RGB value is (175,1,250). Sum of RGB (Red+Green+Blue) = 175+1+250=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01FA is #50FE05. Grayscale: #505050. Windows color (decimal): -5307910 or 16384431. OLE color: 16384431.
HSL color Cylindrical-coordinate representation of color #AF01FA: hue angle of 281.93º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01FA is Cyan = 0.3, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 1 | 250 | - |
| CMYK | 0.3 | 1.00 | 0 | 0.02 |
| HSL | 281.93º | 0.99% | 0.49% | - |
| HSV(B) | 281.93º | 1% | 0.98% | - |
| XYZ | 34.95 | 16.04 | 91.7 | - |
| YUV | 81.41 | 223.15 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 250 | 0.3 | 1.00 | 0 | 0.02 | 281.93 | 0.99 | 0.49 |
| Hex | AF | 1 | FA | 1E | 64 | 0 | 2 | 11A | 63 | 31 |
| Octal | 257 | 1 | 372 | 36 | 144 | 0 | 2 | 432 | 143 | 61 |
| Binary | 10101111 | 1 | 11111010 | 11110 | 1100100 | 0 | 10 | 100011010 | 1100011 | 110001 |
Color Harmonies of #AF01FA
Complementary color
Monochromatic Colors of #AF01FA
Black with #AF01FA
Text Example
Text Example
White with #AF01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01FA; }
p { color: rgb(175,1,250); }
H1.HeaderClassName
{
color: #AF01FA;
}
.AnyTagClassName
{
color: #AF01FA;
}
</style>
background-color css
<style>
a { background-color: #AF01FA; }
a { background-color: rgb(175,1,250); }
div.DivClassName
{
background-color: #AF01FA;
}
.BgClassName
{
background-color: #AF01FA;
}
</style>
border-color css
<style>
span { border-color: #AF01FA; }
span { border-color: rgb(175,1,250); }
td.TdClassName
{
border-color: #AF01FA;
}
.TagClassName
{
border-color: #AF01FA;
}
</style>