Shades of Electric Purple #AF08FF
Tints of Electric Purple #AF08FF
RGB
CMYK
RGB Variations
Color information
#AF08FF (or 0xAF08FF) is known color: Electric Purple. HEX triplet: AF, 08 and FF. RGB value is (175,8,255). Sum of RGB (Red+Green+Blue) = 175+8+255=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08FF is #50F700. Grayscale: #555555. Windows color (decimal): -5306113 or 16713903. OLE color: 16713903.
HSL color Cylindrical-coordinate representation of color #AF08FF: hue angle of 280.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08FF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 8 | 255 | - |
| CMYK | 0.31 | 0.97 | 0 | 0 |
| HSL | 280.57º | 1% | 0.52% | - |
| HSV(B) | 280.57º | 0.97% | 1% | - |
| XYZ | 35.82 | 16.51 | 95.91 | - |
| YUV | 86.09 | 223.33 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 255 | 0.31 | 0.97 | 0 | 0 | 280.57 | 1 | 0.52 |
| Hex | AF | 8 | FF | 1F | 61 | 0 | 0 | 119 | 64 | 34 |
| Octal | 257 | 10 | 377 | 37 | 141 | 0 | 0 | 431 | 144 | 64 |
| Binary | 10101111 | 1000 | 11111111 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100100 | 110100 |
Color Harmonies of #AF08FF
Complementary color
Monochromatic Colors of #AF08FF
Black with #AF08FF
Text Example
Text Example
White with #AF08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08FF; }
p { color: rgb(175,8,255); }
H1.HeaderClassName
{
color: #AF08FF;
}
.AnyTagClassName
{
color: #AF08FF;
}
</style>
background-color css
<style>
a { background-color: #AF08FF; }
a { background-color: rgb(175,8,255); }
div.DivClassName
{
background-color: #AF08FF;
}
.BgClassName
{
background-color: #AF08FF;
}
</style>
border-color css
<style>
span { border-color: #AF08FF; }
span { border-color: rgb(175,8,255); }
td.TdClassName
{
border-color: #AF08FF;
}
.TagClassName
{
border-color: #AF08FF;
}
</style>