Shades of Electric Purple #AF08E5
Tints of Electric Purple #AF08E5
RGB
CMYK
RGB Variations
Color information
#AF08E5 (or 0xAF08E5) is known color: Electric Purple. HEX triplet: AF, 08 and E5. RGB value is (175,8,229). Sum of RGB (Red+Green+Blue) = 175+8+229=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF08E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08E5 is #50F71A. Grayscale: #525252. Windows color (decimal): -5306139 or 15009967. OLE color: 15009967.
HSL color Cylindrical-coordinate representation of color #AF08E5: hue angle of 285.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08E5 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 8 | 229 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.10 |
| HSL | 285.34º | 0.93% | 0.46% | - |
| HSV(B) | 285.34º | 0.97% | 0.9% | - |
| XYZ | 31.91 | 14.94 | 75.33 | - |
| YUV | 83.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 229 | 0.24 | 0.97 | 0 | 0.10 | 285.34 | 0.93 | 0.46 |
| Hex | AF | 8 | E5 | 18 | 61 | 0 | A | 11D | 5D | 2E |
| Octal | 257 | 10 | 345 | 30 | 141 | 0 | 12 | 435 | 135 | 56 |
| Binary | 10101111 | 1000 | 11100101 | 11000 | 1100001 | 0 | 1010 | 100011101 | 1011101 | 101110 |
Color Harmonies of #AF08E5
Complementary color
Monochromatic Colors of #AF08E5
Black with #AF08E5
Text Example
Text Example
White with #AF08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08E5; }
p { color: rgb(175,8,229); }
H1.HeaderClassName
{
color: #AF08E5;
}
.AnyTagClassName
{
color: #AF08E5;
}
</style>
background-color css
<style>
a { background-color: #AF08E5; }
a { background-color: rgb(175,8,229); }
div.DivClassName
{
background-color: #AF08E5;
}
.BgClassName
{
background-color: #AF08E5;
}
</style>
border-color css
<style>
span { border-color: #AF08E5; }
span { border-color: rgb(175,8,229); }
td.TdClassName
{
border-color: #AF08E5;
}
.TagClassName
{
border-color: #AF08E5;
}
</style>