Shades of Electric Purple #AF1EED
Tints of Electric Purple #AF1EED
RGB
CMYK
RGB Variations
Color information
#AF1EED (or 0xAF1EED) is known color: Electric Purple. HEX triplet: AF, 1E and ED. RGB value is (175,30,237). Sum of RGB (Red+Green+Blue) = 175+30+237=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF1EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EED is #50E112. Grayscale: #606060. Windows color (decimal): -5300499 or 15539887. OLE color: 15539887.
HSL color Cylindrical-coordinate representation of color #AF1EED: hue angle of 282.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1EED is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 30 | 237 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.07 |
| HSL | 282.03º | 0.85% | 0.52% | - |
| HSV(B) | 282.03º | 0.87% | 0.93% | - |
| XYZ | 33.43 | 16.16 | 81.48 | - |
| YUV | 96.95 | 207.04 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 237 | 0.26 | 0.87 | 0 | 0.07 | 282.03 | 0.85 | 0.52 |
| Hex | AF | 1E | ED | 1A | 57 | 0 | 7 | 11A | 55 | 34 |
| Octal | 257 | 36 | 355 | 32 | 127 | 0 | 7 | 432 | 125 | 64 |
| Binary | 10101111 | 11110 | 11101101 | 11010 | 1010111 | 0 | 111 | 100011010 | 1010101 | 110100 |
Color Harmonies of #AF1EED
Complementary color
Monochromatic Colors of #AF1EED
Black with #AF1EED
Text Example
Text Example
White with #AF1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EED; }
p { color: rgb(175,30,237); }
H1.HeaderClassName
{
color: #AF1EED;
}
.AnyTagClassName
{
color: #AF1EED;
}
</style>
background-color css
<style>
a { background-color: #AF1EED; }
a { background-color: rgb(175,30,237); }
div.DivClassName
{
background-color: #AF1EED;
}
.BgClassName
{
background-color: #AF1EED;
}
</style>
border-color css
<style>
span { border-color: #AF1EED; }
span { border-color: rgb(175,30,237); }
td.TdClassName
{
border-color: #AF1EED;
}
.TagClassName
{
border-color: #AF1EED;
}
</style>