Shades of Electric Purple #AF0BEE
Tints of Electric Purple #AF0BEE
RGB
CMYK
RGB Variations
Color information
#AF0BEE (or 0xAF0BEE) is known color: Electric Purple. HEX triplet: AF, 0B and EE. RGB value is (175,11,238). Sum of RGB (Red+Green+Blue) = 175+11+238=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF0BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BEE is #50F411. Grayscale: #555555. Windows color (decimal): -5305362 or 15600559. OLE color: 15600559.
HSL color Cylindrical-coordinate representation of color #AF0BEE: hue angle of 283.35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BEE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 11 | 238 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.07 |
| HSL | 283.35º | 0.91% | 0.49% | - |
| HSV(B) | 283.35º | 0.95% | 0.93% | - |
| XYZ | 33.23 | 15.53 | 82.13 | - |
| YUV | 85.91 | 213.83 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 238 | 0.26 | 0.95 | 0 | 0.07 | 283.35 | 0.91 | 0.49 |
| Hex | AF | B | EE | 1A | 5F | 0 | 7 | 11B | 5B | 31 |
| Octal | 257 | 13 | 356 | 32 | 137 | 0 | 7 | 433 | 133 | 61 |
| Binary | 10101111 | 1011 | 11101110 | 11010 | 1011111 | 0 | 111 | 100011011 | 1011011 | 110001 |
Color Harmonies of #AF0BEE
Complementary color
Monochromatic Colors of #AF0BEE
Black with #AF0BEE
Text Example
Text Example
White with #AF0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BEE; }
p { color: rgb(175,11,238); }
H1.HeaderClassName
{
color: #AF0BEE;
}
.AnyTagClassName
{
color: #AF0BEE;
}
</style>
background-color css
<style>
a { background-color: #AF0BEE; }
a { background-color: rgb(175,11,238); }
div.DivClassName
{
background-color: #AF0BEE;
}
.BgClassName
{
background-color: #AF0BEE;
}
</style>
border-color css
<style>
span { border-color: #AF0BEE; }
span { border-color: rgb(175,11,238); }
td.TdClassName
{
border-color: #AF0BEE;
}
.TagClassName
{
border-color: #AF0BEE;
}
</style>