Shades of Electric Purple #AF14FF
Tints of Electric Purple #AF14FF
RGB
CMYK
RGB Variations
Color information
#AF14FF (or 0xAF14FF) is known color: Electric Purple. HEX triplet: AF, 14 and FF. RGB value is (175,20,255). Sum of RGB (Red+Green+Blue) = 175+20+255=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14FF is #50EB00. Grayscale: #5C5C5C. Windows color (decimal): -5303041 or 16716975. OLE color: 16716975.
HSL color Cylindrical-coordinate representation of color #AF14FF: hue angle of 279.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF14FF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 20 | 255 | - |
| CMYK | 0.31 | 0.92 | 0 | 0 |
| HSL | 279.57º | 1% | 0.54% | - |
| HSV(B) | 279.57º | 0.92% | 1% | - |
| XYZ | 35.98 | 16.83 | 95.96 | - |
| YUV | 93.14 | 219.35 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 255 | 0.31 | 0.92 | 0 | 0 | 279.57 | 1 | 0.54 |
| Hex | AF | 14 | FF | 1F | 5C | 0 | 0 | 118 | 64 | 36 |
| Octal | 257 | 24 | 377 | 37 | 134 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10101111 | 10100 | 11111111 | 11111 | 1011100 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #AF14FF
Complementary color
Monochromatic Colors of #AF14FF
Black with #AF14FF
Text Example
Text Example
White with #AF14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14FF; }
p { color: rgb(175,20,255); }
H1.HeaderClassName
{
color: #AF14FF;
}
.AnyTagClassName
{
color: #AF14FF;
}
</style>
background-color css
<style>
a { background-color: #AF14FF; }
a { background-color: rgb(175,20,255); }
div.DivClassName
{
background-color: #AF14FF;
}
.BgClassName
{
background-color: #AF14FF;
}
</style>
border-color css
<style>
span { border-color: #AF14FF; }
span { border-color: rgb(175,20,255); }
td.TdClassName
{
border-color: #AF14FF;
}
.TagClassName
{
border-color: #AF14FF;
}
</style>