Shades of Electric Purple #AF12FF
Tints of Electric Purple #AF12FF
RGB
CMYK
RGB Variations
Color information
#AF12FF (or 0xAF12FF) is known color: Electric Purple. HEX triplet: AF, 12 and FF. RGB value is (175,18,255). Sum of RGB (Red+Green+Blue) = 175+18+255=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12FF is #50ED00. Grayscale: #5B5B5B. Windows color (decimal): -5303553 or 16716463. OLE color: 16716463.
HSL color Cylindrical-coordinate representation of color #AF12FF: hue angle of 279.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF12FF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 18 | 255 | - |
| CMYK | 0.31 | 0.93 | 0 | 0 |
| HSL | 279.75º | 1% | 0.54% | - |
| HSV(B) | 279.75º | 0.93% | 1% | - |
| XYZ | 35.95 | 16.77 | 95.95 | - |
| YUV | 91.96 | 220.01 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 255 | 0.31 | 0.93 | 0 | 0 | 279.75 | 1 | 0.54 |
| Hex | AF | 12 | FF | 1F | 5D | 0 | 0 | 118 | 64 | 36 |
| Octal | 257 | 22 | 377 | 37 | 135 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10101111 | 10010 | 11111111 | 11111 | 1011101 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #AF12FF
Complementary color
Monochromatic Colors of #AF12FF
Black with #AF12FF
Text Example
Text Example
White with #AF12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12FF; }
p { color: rgb(175,18,255); }
H1.HeaderClassName
{
color: #AF12FF;
}
.AnyTagClassName
{
color: #AF12FF;
}
</style>
background-color css
<style>
a { background-color: #AF12FF; }
a { background-color: rgb(175,18,255); }
div.DivClassName
{
background-color: #AF12FF;
}
.BgClassName
{
background-color: #AF12FF;
}
</style>
border-color css
<style>
span { border-color: #AF12FF; }
span { border-color: rgb(175,18,255); }
td.TdClassName
{
border-color: #AF12FF;
}
.TagClassName
{
border-color: #AF12FF;
}
</style>