Shades of Electric Purple #AF20FF
Tints of Electric Purple #AF20FF
RGB
CMYK
RGB Variations
Color information
#AF20FF (or 0xAF20FF) is known color: Electric Purple. HEX triplet: AF, 20 and FF. RGB value is (175,32,255). Sum of RGB (Red+Green+Blue) = 175+32+255=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20FF is #50DF00. Grayscale: #636363. Windows color (decimal): -5299969 or 16720047. OLE color: 16720047.
HSL color Cylindrical-coordinate representation of color #AF20FF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20FF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 32 | 255 | - |
| CMYK | 0.31 | 0.87 | 0 | 0 |
| HSL | 278.48º | 1% | 0.56% | - |
| HSV(B) | 278.48º | 0.87% | 1% | - |
| XYZ | 36.25 | 17.37 | 96.05 | - |
| YUV | 100.18 | 215.38 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 255 | 0.31 | 0.87 | 0 | 0 | 278.48 | 1 | 0.56 |
| Hex | AF | 20 | FF | 1F | 57 | 0 | 0 | 116 | 64 | 38 |
| Octal | 257 | 40 | 377 | 37 | 127 | 0 | 0 | 426 | 144 | 70 |
| Binary | 10101111 | 100000 | 11111111 | 11111 | 1010111 | 0 | 0 | 100010110 | 1100100 | 111000 |
Color Harmonies of #AF20FF
Complementary color
Monochromatic Colors of #AF20FF
Black with #AF20FF
Text Example
Text Example
White with #AF20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20FF; }
p { color: rgb(175,32,255); }
H1.HeaderClassName
{
color: #AF20FF;
}
.AnyTagClassName
{
color: #AF20FF;
}
</style>
background-color css
<style>
a { background-color: #AF20FF; }
a { background-color: rgb(175,32,255); }
div.DivClassName
{
background-color: #AF20FF;
}
.BgClassName
{
background-color: #AF20FF;
}
</style>
border-color css
<style>
span { border-color: #AF20FF; }
span { border-color: rgb(175,32,255); }
td.TdClassName
{
border-color: #AF20FF;
}
.TagClassName
{
border-color: #AF20FF;
}
</style>