Shades of Electric Purple #AF0DEB
Tints of Electric Purple #AF0DEB
RGB
CMYK
RGB Variations
Color information
#AF0DEB (or 0xAF0DEB) is known color: Electric Purple. HEX triplet: AF, 0D and EB. RGB value is (175,13,235). Sum of RGB (Red+Green+Blue) = 175+13+235=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DEB is #50F214. Grayscale: #565656. Windows color (decimal): -5304853 or 15404463. OLE color: 15404463.
HSL color Cylindrical-coordinate representation of color #AF0DEB: hue angle of 283.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DEB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 13 | 235 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.08 |
| HSL | 283.78º | 0.9% | 0.49% | - |
| HSV(B) | 283.78º | 0.94% | 0.92% | - |
| XYZ | 32.82 | 15.4 | 79.84 | - |
| YUV | 86.75 | 211.67 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 235 | 0.26 | 0.94 | 0 | 0.08 | 283.78 | 0.9 | 0.49 |
| Hex | AF | D | EB | 1A | 5E | 0 | 8 | 11C | 5A | 31 |
| Octal | 257 | 15 | 353 | 32 | 136 | 0 | 10 | 434 | 132 | 61 |
| Binary | 10101111 | 1101 | 11101011 | 11010 | 1011110 | 0 | 1000 | 100011100 | 1011010 | 110001 |
Color Harmonies of #AF0DEB
Complementary color
Monochromatic Colors of #AF0DEB
Black with #AF0DEB
Text Example
Text Example
White with #AF0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DEB; }
p { color: rgb(175,13,235); }
H1.HeaderClassName
{
color: #AF0DEB;
}
.AnyTagClassName
{
color: #AF0DEB;
}
</style>
background-color css
<style>
a { background-color: #AF0DEB; }
a { background-color: rgb(175,13,235); }
div.DivClassName
{
background-color: #AF0DEB;
}
.BgClassName
{
background-color: #AF0DEB;
}
</style>
border-color css
<style>
span { border-color: #AF0DEB; }
span { border-color: rgb(175,13,235); }
td.TdClassName
{
border-color: #AF0DEB;
}
.TagClassName
{
border-color: #AF0DEB;
}
</style>