Shades of Electric Purple #AB0BFD
Tints of Electric Purple #AB0BFD
RGB
CMYK
RGB Variations
Color information
#AB0BFD (or 0xAB0BFD) is known color: Electric Purple. HEX triplet: AB, 0B and FD. RGB value is (171,11,253). Sum of RGB (Red+Green+Blue) = 171+11+253=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB0BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BFD is #54F402. Grayscale: #555555. Windows color (decimal): -5567491 or 16583595. OLE color: 16583595.
HSL color Cylindrical-coordinate representation of color #AB0BFD: hue angle of 279.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0BFD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 11 | 253 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.01 |
| HSL | 279.67º | 0.98% | 0.52% | - |
| HSV(B) | 279.67º | 0.96% | 0.99% | - |
| XYZ | 34.64 | 15.99 | 94.19 | - |
| YUV | 86.43 | 222.01 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 253 | 0.32 | 0.96 | 0 | 0.01 | 279.67 | 0.98 | 0.52 |
| Hex | AB | B | FD | 20 | 60 | 0 | 1 | 118 | 62 | 34 |
| Octal | 253 | 13 | 375 | 40 | 140 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101011 | 1011 | 11111101 | 100000 | 1100000 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AB0BFD
Complementary color
Monochromatic Colors of #AB0BFD
Black with #AB0BFD
Text Example
Text Example
White with #AB0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BFD; }
p { color: rgb(171,11,253); }
H1.HeaderClassName
{
color: #AB0BFD;
}
.AnyTagClassName
{
color: #AB0BFD;
}
</style>
background-color css
<style>
a { background-color: #AB0BFD; }
a { background-color: rgb(171,11,253); }
div.DivClassName
{
background-color: #AB0BFD;
}
.BgClassName
{
background-color: #AB0BFD;
}
</style>
border-color css
<style>
span { border-color: #AB0BFD; }
span { border-color: rgb(171,11,253); }
td.TdClassName
{
border-color: #AB0BFD;
}
.TagClassName
{
border-color: #AB0BFD;
}
</style>