Shades of Electric Purple #AB0FF9
Tints of Electric Purple #AB0FF9
RGB
CMYK
RGB Variations
Color information
#AB0FF9 (or 0xAB0FF9) is known color: Electric Purple. HEX triplet: AB, 0F and F9. RGB value is (171,15,249). Sum of RGB (Red+Green+Blue) = 171+15+249=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB0FF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FF9 is #54F006. Grayscale: #575757. Windows color (decimal): -5566471 or 16322475. OLE color: 16322475.
HSL color Cylindrical-coordinate representation of color #AB0FF9: hue angle of 280º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FF9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 171 | 15 | 249 | - |
CMYK | 0.31 | 0.94 | 0 | 0.02 |
HSL | 280º | 0.95% | 0.52% | - |
HSV(B) | 280º | 0.94% | 0.98% | - |
XYZ | 34.06 | 15.84 | 90.88 | - |
YUV | 88.32 | 218.68 | 186.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 15 | 249 | 0.31 | 0.94 | 0 | 0.02 | 280 | 0.95 | 0.52 |
Hex | AB | F | F9 | 1F | 5E | 0 | 2 | 118 | 5F | 34 |
Octal | 253 | 17 | 371 | 37 | 136 | 0 | 2 | 430 | 137 | 64 |
Binary | 10101011 | 1111 | 11111001 | 11111 | 1011110 | 0 | 10 | 100011000 | 1011111 | 110100 |
Color Harmonies of #AB0FF9
Complementary color
Monochromatic Colors of #AB0FF9
Black with #AB0FF9
Text Example
Text Example
White with #AB0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FF9; }
p { color: rgb(171,15,249); }
H1.HeaderClassName
{
color: #AB0FF9;
}
.AnyTagClassName
{
color: #AB0FF9;
}
</style>
background-color css
<style>
a { background-color: #AB0FF9; }
a { background-color: rgb(171,15,249); }
div.DivClassName
{
background-color: #AB0FF9;
}
.BgClassName
{
background-color: #AB0FF9;
}
</style>
border-color css
<style>
span { border-color: #AB0FF9; }
span { border-color: rgb(171,15,249); }
td.TdClassName
{
border-color: #AB0FF9;
}
.TagClassName
{
border-color: #AB0FF9;
}
</style>