Shades of Electric Purple #A51AFB
Tints of Electric Purple #A51AFB
RGB
CMYK
RGB Variations
Color information
#A51AFB (or 0xA51AFB) is known color: Electric Purple. HEX triplet: A5, 1A and FB. RGB value is (165,26,251). Sum of RGB (Red+Green+Blue) = 165+26+251=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #A51AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AFB is #5AE504. Grayscale: #5C5C5C. Windows color (decimal): -5956869 or 16456357. OLE color: 16456357.
HSL color Cylindrical-coordinate representation of color #A51AFB: hue angle of 277.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51AFB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 26 | 251 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.02 |
| HSL | 277.07º | 0.97% | 0.54% | - |
| HSV(B) | 277.07º | 0.9% | 0.98% | - |
| XYZ | 33.3 | 15.7 | 92.54 | - |
| YUV | 93.21 | 217.05 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 251 | 0.34 | 0.90 | 0 | 0.02 | 277.07 | 0.97 | 0.54 |
| Hex | A5 | 1A | FB | 22 | 5A | 0 | 2 | 115 | 61 | 36 |
| Octal | 245 | 32 | 373 | 42 | 132 | 0 | 2 | 425 | 141 | 66 |
| Binary | 10100101 | 11010 | 11111011 | 100010 | 1011010 | 0 | 10 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A51AFB
Complementary color
Monochromatic Colors of #A51AFB
Black with #A51AFB
Text Example
Text Example
White with #A51AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51AFB; }
p { color: rgb(165,26,251); }
H1.HeaderClassName
{
color: #A51AFB;
}
.AnyTagClassName
{
color: #A51AFB;
}
</style>
background-color css
<style>
a { background-color: #A51AFB; }
a { background-color: rgb(165,26,251); }
div.DivClassName
{
background-color: #A51AFB;
}
.BgClassName
{
background-color: #A51AFB;
}
</style>
border-color css
<style>
span { border-color: #A51AFB; }
span { border-color: rgb(165,26,251); }
td.TdClassName
{
border-color: #A51AFB;
}
.TagClassName
{
border-color: #A51AFB;
}
</style>