Shades of Electric Purple #AF25FF
Tints of Electric Purple #AF25FF
RGB
CMYK
RGB Variations
Color information
#AF25FF (or 0xAF25FF) is known color: Electric Purple. HEX triplet: AF, 25 and FF. RGB value is (175,37,255). Sum of RGB (Red+Green+Blue) = 175+37+255=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25FF is #50DA00. Grayscale: #666666. Windows color (decimal): -5298689 or 16721327. OLE color: 16721327.
HSL color Cylindrical-coordinate representation of color #AF25FF: hue angle of 277.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF25FF is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 37 | 255 | - |
| CMYK | 0.31 | 0.85 | 0 | 0 |
| HSL | 277.98º | 1% | 0.57% | - |
| HSV(B) | 277.98º | 0.85% | 1% | - |
| XYZ | 36.39 | 17.66 | 96.1 | - |
| YUV | 103.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 255 | 0.31 | 0.85 | 0 | 0 | 277.98 | 1 | 0.57 |
| Hex | AF | 25 | FF | 1F | 55 | 0 | 0 | 116 | 64 | 39 |
| Octal | 257 | 45 | 377 | 37 | 125 | 0 | 0 | 426 | 144 | 71 |
| Binary | 10101111 | 100101 | 11111111 | 11111 | 1010101 | 0 | 0 | 100010110 | 1100100 | 111001 |
Color Harmonies of #AF25FF
Complementary color
Monochromatic Colors of #AF25FF
Black with #AF25FF
Text Example
Text Example
White with #AF25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25FF; }
p { color: rgb(175,37,255); }
H1.HeaderClassName
{
color: #AF25FF;
}
.AnyTagClassName
{
color: #AF25FF;
}
</style>
background-color css
<style>
a { background-color: #AF25FF; }
a { background-color: rgb(175,37,255); }
div.DivClassName
{
background-color: #AF25FF;
}
.BgClassName
{
background-color: #AF25FF;
}
</style>
border-color css
<style>
span { border-color: #AF25FF; }
span { border-color: rgb(175,37,255); }
td.TdClassName
{
border-color: #AF25FF;
}
.TagClassName
{
border-color: #AF25FF;
}
</style>