Shades of Electric Purple #AF21FA
Tints of Electric Purple #AF21FA
RGB
CMYK
RGB Variations
Color information
#AF21FA (or 0xAF21FA) is known color: Electric Purple. HEX triplet: AF, 21 and FA. RGB value is (175,33,250). Sum of RGB (Red+Green+Blue) = 175+33+250=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21FA is #50DE05. Grayscale: #636363. Windows color (decimal): -5299718 or 16392623. OLE color: 16392623.
HSL color Cylindrical-coordinate representation of color #AF21FA: hue angle of 279.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF21FA is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 33 | 250 | - |
| CMYK | 0.3 | 0.87 | 0 | 0.02 |
| HSL | 279.26º | 0.96% | 0.55% | - |
| HSV(B) | 279.26º | 0.87% | 0.98% | - |
| XYZ | 35.48 | 17.1 | 91.87 | - |
| YUV | 100.2 | 212.54 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 250 | 0.3 | 0.87 | 0 | 0.02 | 279.26 | 0.96 | 0.55 |
| Hex | AF | 21 | FA | 1E | 57 | 0 | 2 | 117 | 60 | 37 |
| Octal | 257 | 41 | 372 | 36 | 127 | 0 | 2 | 427 | 140 | 67 |
| Binary | 10101111 | 100001 | 11111010 | 11110 | 1010111 | 0 | 10 | 100010111 | 1100000 | 110111 |
Color Harmonies of #AF21FA
Complementary color
Monochromatic Colors of #AF21FA
Black with #AF21FA
Text Example
Text Example
White with #AF21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21FA; }
p { color: rgb(175,33,250); }
H1.HeaderClassName
{
color: #AF21FA;
}
.AnyTagClassName
{
color: #AF21FA;
}
</style>
background-color css
<style>
a { background-color: #AF21FA; }
a { background-color: rgb(175,33,250); }
div.DivClassName
{
background-color: #AF21FA;
}
.BgClassName
{
background-color: #AF21FA;
}
</style>
border-color css
<style>
span { border-color: #AF21FA; }
span { border-color: rgb(175,33,250); }
td.TdClassName
{
border-color: #AF21FA;
}
.TagClassName
{
border-color: #AF21FA;
}
</style>