Shades of Electric Purple #AF0FF3
Tints of Electric Purple #AF0FF3
RGB
CMYK
RGB Variations
Color information
#AF0FF3 (or 0xAF0FF3) is known color: Electric Purple. HEX triplet: AF, 0F and F3. RGB value is (175,15,243). Sum of RGB (Red+Green+Blue) = 175+15+243=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF0FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FF3 is #50F00C. Grayscale: #585858. Windows color (decimal): -5304333 or 15929263. OLE color: 15929263.
HSL color Cylindrical-coordinate representation of color #AF0FF3: hue angle of 282.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FF3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 15 | 243 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.05 |
| HSL | 282.11º | 0.9% | 0.51% | - |
| HSV(B) | 282.11º | 0.94% | 0.95% | - |
| XYZ | 34.03 | 15.93 | 86.07 | - |
| YUV | 88.83 | 215.01 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 243 | 0.28 | 0.94 | 0 | 0.05 | 282.11 | 0.9 | 0.51 |
| Hex | AF | F | F3 | 1C | 5E | 0 | 5 | 11A | 5A | 33 |
| Octal | 257 | 17 | 363 | 34 | 136 | 0 | 5 | 432 | 132 | 63 |
| Binary | 10101111 | 1111 | 11110011 | 11100 | 1011110 | 0 | 101 | 100011010 | 1011010 | 110011 |
Color Harmonies of #AF0FF3
Complementary color
Monochromatic Colors of #AF0FF3
Black with #AF0FF3
Text Example
Text Example
White with #AF0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FF3; }
p { color: rgb(175,15,243); }
H1.HeaderClassName
{
color: #AF0FF3;
}
.AnyTagClassName
{
color: #AF0FF3;
}
</style>
background-color css
<style>
a { background-color: #AF0FF3; }
a { background-color: rgb(175,15,243); }
div.DivClassName
{
background-color: #AF0FF3;
}
.BgClassName
{
background-color: #AF0FF3;
}
</style>
border-color css
<style>
span { border-color: #AF0FF3; }
span { border-color: rgb(175,15,243); }
td.TdClassName
{
border-color: #AF0FF3;
}
.TagClassName
{
border-color: #AF0FF3;
}
</style>