Shades of Electric Purple #AF27FF
Tints of Electric Purple #AF27FF
RGB
CMYK
RGB Variations
Color information
#AF27FF (or 0xAF27FF) is known color: Electric Purple. HEX triplet: AF, 27 and FF. RGB value is (175,39,255). Sum of RGB (Red+Green+Blue) = 175+39+255=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27FF is #50D800. Grayscale: #676767. Windows color (decimal): -5298177 or 16721839. OLE color: 16721839.
HSL color Cylindrical-coordinate representation of color #AF27FF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF27FF is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 39 | 255 | - |
| CMYK | 0.31 | 0.85 | 0 | 0 |
| HSL | 277.78º | 1% | 0.58% | - |
| HSV(B) | 277.78º | 0.85% | 1% | - |
| XYZ | 36.45 | 17.79 | 96.12 | - |
| YUV | 104.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 255 | 0.31 | 0.85 | 0 | 0 | 277.78 | 1 | 0.58 |
| Hex | AF | 27 | FF | 1F | 55 | 0 | 0 | 116 | 64 | 3A |
| Octal | 257 | 47 | 377 | 37 | 125 | 0 | 0 | 426 | 144 | 72 |
| Binary | 10101111 | 100111 | 11111111 | 11111 | 1010101 | 0 | 0 | 100010110 | 1100100 | 111010 |
Color Harmonies of #AF27FF
Complementary color
Monochromatic Colors of #AF27FF
Black with #AF27FF
Text Example
Text Example
White with #AF27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27FF; }
p { color: rgb(175,39,255); }
H1.HeaderClassName
{
color: #AF27FF;
}
.AnyTagClassName
{
color: #AF27FF;
}
</style>
background-color css
<style>
a { background-color: #AF27FF; }
a { background-color: rgb(175,39,255); }
div.DivClassName
{
background-color: #AF27FF;
}
.BgClassName
{
background-color: #AF27FF;
}
</style>
border-color css
<style>
span { border-color: #AF27FF; }
span { border-color: rgb(175,39,255); }
td.TdClassName
{
border-color: #AF27FF;
}
.TagClassName
{
border-color: #AF27FF;
}
</style>