Shades of Electric Purple #AF08FB
Tints of Electric Purple #AF08FB
RGB
CMYK
RGB Variations
Color information
#AF08FB (or 0xAF08FB) is known color: Electric Purple. HEX triplet: AF, 08 and FB. RGB value is (175,8,251). Sum of RGB (Red+Green+Blue) = 175+8+251=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF08FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08FB is #50F704. Grayscale: #545454. Windows color (decimal): -5306117 or 16451759. OLE color: 16451759.
HSL color Cylindrical-coordinate representation of color #AF08FB: hue angle of 281.23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08FB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 8 | 251 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.02 |
| HSL | 281.23º | 0.97% | 0.51% | - |
| HSV(B) | 281.23º | 0.97% | 0.98% | - |
| XYZ | 35.18 | 16.25 | 92.55 | - |
| YUV | 85.64 | 221.33 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 251 | 0.30 | 0.97 | 0 | 0.02 | 281.23 | 0.97 | 0.51 |
| Hex | AF | 8 | FB | 1E | 61 | 0 | 2 | 119 | 61 | 33 |
| Octal | 257 | 10 | 373 | 36 | 141 | 0 | 2 | 431 | 141 | 63 |
| Binary | 10101111 | 1000 | 11111011 | 11110 | 1100001 | 0 | 10 | 100011001 | 1100001 | 110011 |
Color Harmonies of #AF08FB
Complementary color
Monochromatic Colors of #AF08FB
Black with #AF08FB
Text Example
Text Example
White with #AF08FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08FB; }
p { color: rgb(175,8,251); }
H1.HeaderClassName
{
color: #AF08FB;
}
.AnyTagClassName
{
color: #AF08FB;
}
</style>
background-color css
<style>
a { background-color: #AF08FB; }
a { background-color: rgb(175,8,251); }
div.DivClassName
{
background-color: #AF08FB;
}
.BgClassName
{
background-color: #AF08FB;
}
</style>
border-color css
<style>
span { border-color: #AF08FB; }
span { border-color: rgb(175,8,251); }
td.TdClassName
{
border-color: #AF08FB;
}
.TagClassName
{
border-color: #AF08FB;
}
</style>