Shades of Electric Purple #AF0BEB
Tints of Electric Purple #AF0BEB
RGB
CMYK
RGB Variations
Color information
#AF0BEB (or 0xAF0BEB) is known color: Electric Purple. HEX triplet: AF, 0B and EB. RGB value is (175,11,235). Sum of RGB (Red+Green+Blue) = 175+11+235=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BEB is #50F414. Grayscale: #545454. Windows color (decimal): -5305365 or 15403951. OLE color: 15403951.
HSL color Cylindrical-coordinate representation of color #AF0BEB: hue angle of 283.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BEB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 11 | 235 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.08 |
| HSL | 283.93º | 0.91% | 0.48% | - |
| HSV(B) | 283.93º | 0.95% | 0.92% | - |
| XYZ | 32.79 | 15.35 | 79.83 | - |
| YUV | 85.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 235 | 0.26 | 0.95 | 0 | 0.08 | 283.93 | 0.91 | 0.48 |
| Hex | AF | B | EB | 1A | 5F | 0 | 8 | 11C | 5B | 30 |
| Octal | 257 | 13 | 353 | 32 | 137 | 0 | 10 | 434 | 133 | 60 |
| Binary | 10101111 | 1011 | 11101011 | 11010 | 1011111 | 0 | 1000 | 100011100 | 1011011 | 110000 |
Color Harmonies of #AF0BEB
Complementary color
Monochromatic Colors of #AF0BEB
Black with #AF0BEB
Text Example
Text Example
White with #AF0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BEB; }
p { color: rgb(175,11,235); }
H1.HeaderClassName
{
color: #AF0BEB;
}
.AnyTagClassName
{
color: #AF0BEB;
}
</style>
background-color css
<style>
a { background-color: #AF0BEB; }
a { background-color: rgb(175,11,235); }
div.DivClassName
{
background-color: #AF0BEB;
}
.BgClassName
{
background-color: #AF0BEB;
}
</style>
border-color css
<style>
span { border-color: #AF0BEB; }
span { border-color: rgb(175,11,235); }
td.TdClassName
{
border-color: #AF0BEB;
}
.TagClassName
{
border-color: #AF0BEB;
}
</style>