Shades of Electric Purple #AF03FA
Tints of Electric Purple #AF03FA
RGB
CMYK
RGB Variations
Color information
#AF03FA (or 0xAF03FA) is known color: Electric Purple. HEX triplet: AF, 03 and FA. RGB value is (175,3,250). Sum of RGB (Red+Green+Blue) = 175+3+250=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF03FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FA is #50FC05. Grayscale: #515151. Windows color (decimal): -5307398 or 16384943. OLE color: 16384943.
HSL color Cylindrical-coordinate representation of color #AF03FA: hue angle of 281.78º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03FA is Cyan = 0.3, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 3 | 250 | - |
| CMYK | 0.3 | 0.99 | 0 | 0.02 |
| HSL | 281.78º | 0.98% | 0.5% | - |
| HSV(B) | 281.78º | 0.99% | 0.98% | - |
| XYZ | 34.97 | 16.08 | 91.7 | - |
| YUV | 82.59 | 222.48 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 250 | 0.3 | 0.99 | 0 | 0.02 | 281.78 | 0.98 | 0.5 |
| Hex | AF | 3 | FA | 1E | 63 | 0 | 2 | 11A | 62 | 32 |
| Octal | 257 | 3 | 372 | 36 | 143 | 0 | 2 | 432 | 142 | 62 |
| Binary | 10101111 | 11 | 11111010 | 11110 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110010 |
Color Harmonies of #AF03FA
Complementary color
Monochromatic Colors of #AF03FA
Black with #AF03FA
Text Example
Text Example
White with #AF03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03FA; }
p { color: rgb(175,3,250); }
H1.HeaderClassName
{
color: #AF03FA;
}
.AnyTagClassName
{
color: #AF03FA;
}
</style>
background-color css
<style>
a { background-color: #AF03FA; }
a { background-color: rgb(175,3,250); }
div.DivClassName
{
background-color: #AF03FA;
}
.BgClassName
{
background-color: #AF03FA;
}
</style>
border-color css
<style>
span { border-color: #AF03FA; }
span { border-color: rgb(175,3,250); }
td.TdClassName
{
border-color: #AF03FA;
}
.TagClassName
{
border-color: #AF03FA;
}
</style>