Shades of Electric Purple #AF26FF
Tints of Electric Purple #AF26FF
RGB
CMYK
RGB Variations
Color information
#AF26FF (or 0xAF26FF) is known color: Electric Purple. HEX triplet: AF, 26 and FF. RGB value is (175,38,255). Sum of RGB (Red+Green+Blue) = 175+38+255=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF26FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26FF is #50D900. Grayscale: #666666. Windows color (decimal): -5298433 or 16721583. OLE color: 16721583.
HSL color Cylindrical-coordinate representation of color #AF26FF: hue angle of 277.88º 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 #AF26FF is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 38 | 255 | - |
| CMYK | 0.31 | 0.85 | 0 | 0 |
| HSL | 277.88º | 1% | 0.57% | - |
| HSV(B) | 277.88º | 0.85% | 1% | - |
| XYZ | 36.42 | 17.72 | 96.11 | - |
| YUV | 103.7 | 213.39 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 255 | 0.31 | 0.85 | 0 | 0 | 277.88 | 1 | 0.57 |
| Hex | AF | 26 | FF | 1F | 55 | 0 | 0 | 116 | 64 | 39 |
| Octal | 257 | 46 | 377 | 37 | 125 | 0 | 0 | 426 | 144 | 71 |
| Binary | 10101111 | 100110 | 11111111 | 11111 | 1010101 | 0 | 0 | 100010110 | 1100100 | 111001 |
Color Harmonies of #AF26FF
Complementary color
Monochromatic Colors of #AF26FF
Black with #AF26FF
Text Example
Text Example
White with #AF26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26FF; }
p { color: rgb(175,38,255); }
H1.HeaderClassName
{
color: #AF26FF;
}
.AnyTagClassName
{
color: #AF26FF;
}
</style>
background-color css
<style>
a { background-color: #AF26FF; }
a { background-color: rgb(175,38,255); }
div.DivClassName
{
background-color: #AF26FF;
}
.BgClassName
{
background-color: #AF26FF;
}
</style>
border-color css
<style>
span { border-color: #AF26FF; }
span { border-color: rgb(175,38,255); }
td.TdClassName
{
border-color: #AF26FF;
}
.TagClassName
{
border-color: #AF26FF;
}
</style>