Shades of Electric Purple #AF0DF3
Tints of Electric Purple #AF0DF3
RGB
CMYK
RGB Variations
Color information
#AF0DF3 (or 0xAF0DF3) is known color: Electric Purple. HEX triplet: AF, 0D and F3. RGB value is (175,13,243). Sum of RGB (Red+Green+Blue) = 175+13+243=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF0DF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DF3 is #50F20C. Grayscale: #565656. Windows color (decimal): -5304845 or 15928751. OLE color: 15928751.
HSL color Cylindrical-coordinate representation of color #AF0DF3: hue angle of 282.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0DF3 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 13 | 243 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.05 |
| HSL | 282.26º | 0.91% | 0.5% | - |
| HSV(B) | 282.26º | 0.95% | 0.95% | - |
| XYZ | 34 | 15.87 | 86.07 | - |
| YUV | 87.66 | 215.67 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 243 | 0.28 | 0.95 | 0 | 0.05 | 282.26 | 0.91 | 0.5 |
| Hex | AF | D | F3 | 1C | 5F | 0 | 5 | 11A | 5B | 32 |
| Octal | 257 | 15 | 363 | 34 | 137 | 0 | 5 | 432 | 133 | 62 |
| Binary | 10101111 | 1101 | 11110011 | 11100 | 1011111 | 0 | 101 | 100011010 | 1011011 | 110010 |
Color Harmonies of #AF0DF3
Complementary color
Monochromatic Colors of #AF0DF3
Black with #AF0DF3
Text Example
Text Example
White with #AF0DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DF3; }
p { color: rgb(175,13,243); }
H1.HeaderClassName
{
color: #AF0DF3;
}
.AnyTagClassName
{
color: #AF0DF3;
}
</style>
background-color css
<style>
a { background-color: #AF0DF3; }
a { background-color: rgb(175,13,243); }
div.DivClassName
{
background-color: #AF0DF3;
}
.BgClassName
{
background-color: #AF0DF3;
}
</style>
border-color css
<style>
span { border-color: #AF0DF3; }
span { border-color: rgb(175,13,243); }
td.TdClassName
{
border-color: #AF0DF3;
}
.TagClassName
{
border-color: #AF0DF3;
}
</style>