Shades of Electric Purple #AF20FB
Tints of Electric Purple #AF20FB
RGB
CMYK
RGB Variations
Color information
#AF20FB (or 0xAF20FB) is known color: Electric Purple. HEX triplet: AF, 20 and FB. RGB value is (175,32,251). Sum of RGB (Red+Green+Blue) = 175+32+251=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF20FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20FB is #50DF04. Grayscale: #626262. Windows color (decimal): -5299973 or 16457903. OLE color: 16457903.
HSL color Cylindrical-coordinate representation of color #AF20FB: hue angle of 279.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20FB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 32 | 251 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.02 |
| HSL | 279.18º | 0.96% | 0.55% | - |
| HSV(B) | 279.18º | 0.87% | 0.98% | - |
| XYZ | 35.61 | 17.11 | 92.69 | - |
| YUV | 99.72 | 213.38 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 251 | 0.30 | 0.87 | 0 | 0.02 | 279.18 | 0.96 | 0.55 |
| Hex | AF | 20 | FB | 1E | 57 | 0 | 2 | 117 | 60 | 37 |
| Octal | 257 | 40 | 373 | 36 | 127 | 0 | 2 | 427 | 140 | 67 |
| Binary | 10101111 | 100000 | 11111011 | 11110 | 1010111 | 0 | 10 | 100010111 | 1100000 | 110111 |
Color Harmonies of #AF20FB
Complementary color
Monochromatic Colors of #AF20FB
Black with #AF20FB
Text Example
Text Example
White with #AF20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20FB; }
p { color: rgb(175,32,251); }
H1.HeaderClassName
{
color: #AF20FB;
}
.AnyTagClassName
{
color: #AF20FB;
}
</style>
background-color css
<style>
a { background-color: #AF20FB; }
a { background-color: rgb(175,32,251); }
div.DivClassName
{
background-color: #AF20FB;
}
.BgClassName
{
background-color: #AF20FB;
}
</style>
border-color css
<style>
span { border-color: #AF20FB; }
span { border-color: rgb(175,32,251); }
td.TdClassName
{
border-color: #AF20FB;
}
.TagClassName
{
border-color: #AF20FB;
}
</style>