Shades of Electric Purple #AF1CE9
Tints of Electric Purple #AF1CE9
RGB
CMYK
RGB Variations
Color information
#AF1CE9 (or 0xAF1CE9) is known color: Electric Purple. HEX triplet: AF, 1C and E9. RGB value is (175,28,233). Sum of RGB (Red+Green+Blue) = 175+28+233=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CE9 is #50E316. Grayscale: #5E5E5E. Windows color (decimal): -5301015 or 15277231. OLE color: 15277231.
HSL color Cylindrical-coordinate representation of color #AF1CE9: hue angle of 283.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1CE9 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 28 | 233 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.09 |
| HSL | 283.02º | 0.82% | 0.51% | - |
| HSV(B) | 283.02º | 0.88% | 0.91% | - |
| XYZ | 32.8 | 15.83 | 78.42 | - |
| YUV | 95.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 233 | 0.25 | 0.88 | 0 | 0.09 | 283.02 | 0.82 | 0.51 |
| Hex | AF | 1C | E9 | 19 | 58 | 0 | 9 | 11B | 52 | 33 |
| Octal | 257 | 34 | 351 | 31 | 130 | 0 | 11 | 433 | 122 | 63 |
| Binary | 10101111 | 11100 | 11101001 | 11001 | 1011000 | 0 | 1001 | 100011011 | 1010010 | 110011 |
Color Harmonies of #AF1CE9
Complementary color
Monochromatic Colors of #AF1CE9
Black with #AF1CE9
Text Example
Text Example
White with #AF1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CE9; }
p { color: rgb(175,28,233); }
H1.HeaderClassName
{
color: #AF1CE9;
}
.AnyTagClassName
{
color: #AF1CE9;
}
</style>
background-color css
<style>
a { background-color: #AF1CE9; }
a { background-color: rgb(175,28,233); }
div.DivClassName
{
background-color: #AF1CE9;
}
.BgClassName
{
background-color: #AF1CE9;
}
</style>
border-color css
<style>
span { border-color: #AF1CE9; }
span { border-color: rgb(175,28,233); }
td.TdClassName
{
border-color: #AF1CE9;
}
.TagClassName
{
border-color: #AF1CE9;
}
</style>