Shades of Electric Purple #AF1CE6
Tints of Electric Purple #AF1CE6
RGB
CMYK
RGB Variations
Color information
#AF1CE6 (or 0xAF1CE6) is known color: Electric Purple. HEX triplet: AF, 1C and E6. RGB value is (175,28,230). Sum of RGB (Red+Green+Blue) = 175+28+230=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF1CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CE6 is #50E319. Grayscale: #5E5E5E. Windows color (decimal): -5301018 or 15080623. OLE color: 15080623.
HSL color Cylindrical-coordinate representation of color #AF1CE6: hue angle of 283.66º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1CE6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 28 | 230 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.10 |
| HSL | 283.66º | 0.8% | 0.51% | - |
| HSV(B) | 283.66º | 0.88% | 0.9% | - |
| XYZ | 32.38 | 15.66 | 76.18 | - |
| YUV | 94.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 230 | 0.24 | 0.88 | 0 | 0.10 | 283.66 | 0.8 | 0.51 |
| Hex | AF | 1C | E6 | 18 | 58 | 0 | A | 11C | 50 | 33 |
| Octal | 257 | 34 | 346 | 30 | 130 | 0 | 12 | 434 | 120 | 63 |
| Binary | 10101111 | 11100 | 11100110 | 11000 | 1011000 | 0 | 1010 | 100011100 | 1010000 | 110011 |
Color Harmonies of #AF1CE6
Complementary color
Monochromatic Colors of #AF1CE6
Black with #AF1CE6
Text Example
Text Example
White with #AF1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CE6; }
p { color: rgb(175,28,230); }
H1.HeaderClassName
{
color: #AF1CE6;
}
.AnyTagClassName
{
color: #AF1CE6;
}
</style>
background-color css
<style>
a { background-color: #AF1CE6; }
a { background-color: rgb(175,28,230); }
div.DivClassName
{
background-color: #AF1CE6;
}
.BgClassName
{
background-color: #AF1CE6;
}
</style>
border-color css
<style>
span { border-color: #AF1CE6; }
span { border-color: rgb(175,28,230); }
td.TdClassName
{
border-color: #AF1CE6;
}
.TagClassName
{
border-color: #AF1CE6;
}
</style>