Shades of Electric Purple #AF03FB
Tints of Electric Purple #AF03FB
RGB
CMYK
RGB Variations
Color information
#AF03FB (or 0xAF03FB) is known color: Electric Purple. HEX triplet: AF, 03 and FB. RGB value is (175,3,251). Sum of RGB (Red+Green+Blue) = 175+3+251=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF03FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FB is #50FC04. Grayscale: #515151. Windows color (decimal): -5307397 or 16450479. OLE color: 16450479.
HSL color Cylindrical-coordinate representation of color #AF03FB: hue angle of 281.61º 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 #AF03FB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 3 | 251 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.02 |
| HSL | 281.61º | 0.98% | 0.5% | - |
| HSV(B) | 281.61º | 0.99% | 0.98% | - |
| XYZ | 35.12 | 16.14 | 92.53 | - |
| YUV | 82.7 | 222.98 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 251 | 0.30 | 0.99 | 0 | 0.02 | 281.61 | 0.98 | 0.5 |
| Hex | AF | 3 | FB | 1E | 63 | 0 | 2 | 11A | 62 | 32 |
| Octal | 257 | 3 | 373 | 36 | 143 | 0 | 2 | 432 | 142 | 62 |
| Binary | 10101111 | 11 | 11111011 | 11110 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110010 |
Color Harmonies of #AF03FB
Complementary color
Monochromatic Colors of #AF03FB
Black with #AF03FB
Text Example
Text Example
White with #AF03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03FB; }
p { color: rgb(175,3,251); }
H1.HeaderClassName
{
color: #AF03FB;
}
.AnyTagClassName
{
color: #AF03FB;
}
</style>
background-color css
<style>
a { background-color: #AF03FB; }
a { background-color: rgb(175,3,251); }
div.DivClassName
{
background-color: #AF03FB;
}
.BgClassName
{
background-color: #AF03FB;
}
</style>
border-color css
<style>
span { border-color: #AF03FB; }
span { border-color: rgb(175,3,251); }
td.TdClassName
{
border-color: #AF03FB;
}
.TagClassName
{
border-color: #AF03FB;
}
</style>