Shades of Electric Purple #AF0BEC
Tints of Electric Purple #AF0BEC
RGB
CMYK
RGB Variations
Color information
#AF0BEC (or 0xAF0BEC) is known color: Electric Purple. HEX triplet: AF, 0B and EC. RGB value is (175,11,236). Sum of RGB (Red+Green+Blue) = 175+11+236=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF0BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BEC is #50F413. Grayscale: #545454. Windows color (decimal): -5305364 or 15469487. OLE color: 15469487.
HSL color Cylindrical-coordinate representation of color #AF0BEC: hue angle of 283.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BEC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 11 | 236 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.07 |
| HSL | 283.73º | 0.91% | 0.48% | - |
| HSV(B) | 283.73º | 0.95% | 0.93% | - |
| XYZ | 32.94 | 15.41 | 80.6 | - |
| YUV | 85.69 | 212.83 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 236 | 0.26 | 0.95 | 0 | 0.07 | 283.73 | 0.91 | 0.48 |
| Hex | AF | B | EC | 1A | 5F | 0 | 7 | 11C | 5B | 30 |
| Octal | 257 | 13 | 354 | 32 | 137 | 0 | 7 | 434 | 133 | 60 |
| Binary | 10101111 | 1011 | 11101100 | 11010 | 1011111 | 0 | 111 | 100011100 | 1011011 | 110000 |
Color Harmonies of #AF0BEC
Complementary color
Monochromatic Colors of #AF0BEC
Black with #AF0BEC
Text Example
Text Example
White with #AF0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BEC; }
p { color: rgb(175,11,236); }
H1.HeaderClassName
{
color: #AF0BEC;
}
.AnyTagClassName
{
color: #AF0BEC;
}
</style>
background-color css
<style>
a { background-color: #AF0BEC; }
a { background-color: rgb(175,11,236); }
div.DivClassName
{
background-color: #AF0BEC;
}
.BgClassName
{
background-color: #AF0BEC;
}
</style>
border-color css
<style>
span { border-color: #AF0BEC; }
span { border-color: rgb(175,11,236); }
td.TdClassName
{
border-color: #AF0BEC;
}
.TagClassName
{
border-color: #AF0BEC;
}
</style>