Shades of Electric Purple #AB0BF3
Tints of Electric Purple #AB0BF3
RGB
CMYK
RGB Variations
Color information
#AB0BF3 (or 0xAB0BF3) is known color: Electric Purple. HEX triplet: AB, 0B and F3. RGB value is (171,11,243). Sum of RGB (Red+Green+Blue) = 171+11+243=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB0BF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BF3 is #54F40C. Grayscale: #545454. Windows color (decimal): -5567501 or 15928235. OLE color: 15928235.
HSL color Cylindrical-coordinate representation of color #AB0BF3: hue angle of 281.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BF3 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 11 | 243 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.05 |
| HSL | 281.38º | 0.91% | 0.5% | - |
| HSV(B) | 281.38º | 0.95% | 0.95% | - |
| XYZ | 33.09 | 15.37 | 86.02 | - |
| YUV | 85.29 | 217.01 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 243 | 0.30 | 0.95 | 0 | 0.05 | 281.38 | 0.91 | 0.5 |
| Hex | AB | B | F3 | 1E | 5F | 0 | 5 | 119 | 5B | 32 |
| Octal | 253 | 13 | 363 | 36 | 137 | 0 | 5 | 431 | 133 | 62 |
| Binary | 10101011 | 1011 | 11110011 | 11110 | 1011111 | 0 | 101 | 100011001 | 1011011 | 110010 |
Color Harmonies of #AB0BF3
Complementary color
Monochromatic Colors of #AB0BF3
Black with #AB0BF3
Text Example
Text Example
White with #AB0BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BF3; }
p { color: rgb(171,11,243); }
H1.HeaderClassName
{
color: #AB0BF3;
}
.AnyTagClassName
{
color: #AB0BF3;
}
</style>
background-color css
<style>
a { background-color: #AB0BF3; }
a { background-color: rgb(171,11,243); }
div.DivClassName
{
background-color: #AB0BF3;
}
.BgClassName
{
background-color: #AB0BF3;
}
</style>
border-color css
<style>
span { border-color: #AB0BF3; }
span { border-color: rgb(171,11,243); }
td.TdClassName
{
border-color: #AB0BF3;
}
.TagClassName
{
border-color: #AB0BF3;
}
</style>