Shades of Electric Purple #AF0BE9
Tints of Electric Purple #AF0BE9
RGB
CMYK
RGB Variations
Color information
#AF0BE9 (or 0xAF0BE9) is known color: Electric Purple. HEX triplet: AF, 0B and E9. RGB value is (175,11,233). Sum of RGB (Red+Green+Blue) = 175+11+233=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF0BE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BE9 is #50F416. Grayscale: #545454. Windows color (decimal): -5305367 or 15272879. OLE color: 15272879.
HSL color Cylindrical-coordinate representation of color #AF0BE9: hue angle of 284.32º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BE9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 11 | 233 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.09 |
| HSL | 284.32º | 0.91% | 0.48% | - |
| HSV(B) | 284.32º | 0.95% | 0.91% | - |
| XYZ | 32.51 | 15.24 | 78.32 | - |
| YUV | 85.34 | 211.33 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 233 | 0.25 | 0.95 | 0 | 0.09 | 284.32 | 0.91 | 0.48 |
| Hex | AF | B | E9 | 19 | 5F | 0 | 9 | 11C | 5B | 30 |
| Octal | 257 | 13 | 351 | 31 | 137 | 0 | 11 | 434 | 133 | 60 |
| Binary | 10101111 | 1011 | 11101001 | 11001 | 1011111 | 0 | 1001 | 100011100 | 1011011 | 110000 |
Color Harmonies of #AF0BE9
Complementary color
Monochromatic Colors of #AF0BE9
Black with #AF0BE9
Text Example
Text Example
White with #AF0BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BE9; }
p { color: rgb(175,11,233); }
H1.HeaderClassName
{
color: #AF0BE9;
}
.AnyTagClassName
{
color: #AF0BE9;
}
</style>
background-color css
<style>
a { background-color: #AF0BE9; }
a { background-color: rgb(175,11,233); }
div.DivClassName
{
background-color: #AF0BE9;
}
.BgClassName
{
background-color: #AF0BE9;
}
</style>
border-color css
<style>
span { border-color: #AF0BE9; }
span { border-color: rgb(175,11,233); }
td.TdClassName
{
border-color: #AF0BE9;
}
.TagClassName
{
border-color: #AF0BE9;
}
</style>