Shades of Electric Purple #AF29FA
Tints of Electric Purple #AF29FA
RGB
CMYK
RGB Variations
Color information
#AF29FA (or 0xAF29FA) is known color: Electric Purple. HEX triplet: AF, 29 and FA. RGB value is (175,41,250). Sum of RGB (Red+Green+Blue) = 175+41+250=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF29FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29FA is #50D605. Grayscale: #686868. Windows color (decimal): -5297670 or 16394671. OLE color: 16394671.
HSL color Cylindrical-coordinate representation of color #AF29FA: hue angle of 278.47º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF29FA is Cyan = 0.3, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 41 | 250 | - |
| CMYK | 0.3 | 0.84 | 0 | 0.02 |
| HSL | 278.47º | 0.95% | 0.57% | - |
| HSV(B) | 278.47º | 0.84% | 0.98% | - |
| XYZ | 35.73 | 17.6 | 91.96 | - |
| YUV | 104.89 | 209.89 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 250 | 0.3 | 0.84 | 0 | 0.02 | 278.47 | 0.95 | 0.57 |
| Hex | AF | 29 | FA | 1E | 54 | 0 | 2 | 116 | 5F | 39 |
| Octal | 257 | 51 | 372 | 36 | 124 | 0 | 2 | 426 | 137 | 71 |
| Binary | 10101111 | 101001 | 11111010 | 11110 | 1010100 | 0 | 10 | 100010110 | 1011111 | 111001 |
Color Harmonies of #AF29FA
Complementary color
Monochromatic Colors of #AF29FA
Black with #AF29FA
Text Example
Text Example
White with #AF29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29FA; }
p { color: rgb(175,41,250); }
H1.HeaderClassName
{
color: #AF29FA;
}
.AnyTagClassName
{
color: #AF29FA;
}
</style>
background-color css
<style>
a { background-color: #AF29FA; }
a { background-color: rgb(175,41,250); }
div.DivClassName
{
background-color: #AF29FA;
}
.BgClassName
{
background-color: #AF29FA;
}
</style>
border-color css
<style>
span { border-color: #AF29FA; }
span { border-color: rgb(175,41,250); }
td.TdClassName
{
border-color: #AF29FA;
}
.TagClassName
{
border-color: #AF29FA;
}
</style>