Shades of Electric Purple #AF06FF
Tints of Electric Purple #AF06FF
RGB
CMYK
RGB Variations
Color information
#AF06FF (or 0xAF06FF) is known color: Electric Purple. HEX triplet: AF, 06 and FF. RGB value is (175,6,255). Sum of RGB (Red+Green+Blue) = 175+6+255=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF06FF is #50F900. Grayscale: #545454. Windows color (decimal): -5306625 or 16713391. OLE color: 16713391.
HSL color Cylindrical-coordinate representation of color #AF06FF: hue angle of 280.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF06FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 6 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 280.72º | 1% | 0.51% | - |
| HSV(B) | 280.72º | 0.98% | 1% | - |
| XYZ | 35.79 | 16.46 | 95.9 | - |
| YUV | 84.92 | 223.99 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 255 | 0.31 | 0.98 | 0 | 0 | 280.72 | 1 | 0.51 |
| Hex | AF | 6 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 257 | 6 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10101111 | 110 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #AF06FF
Complementary color
Monochromatic Colors of #AF06FF
Black with #AF06FF
Text Example
Text Example
White with #AF06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06FF; }
p { color: rgb(175,6,255); }
H1.HeaderClassName
{
color: #AF06FF;
}
.AnyTagClassName
{
color: #AF06FF;
}
</style>
background-color css
<style>
a { background-color: #AF06FF; }
a { background-color: rgb(175,6,255); }
div.DivClassName
{
background-color: #AF06FF;
}
.BgClassName
{
background-color: #AF06FF;
}
</style>
border-color css
<style>
span { border-color: #AF06FF; }
span { border-color: rgb(175,6,255); }
td.TdClassName
{
border-color: #AF06FF;
}
.TagClassName
{
border-color: #AF06FF;
}
</style>