Shades of Electric Purple #A813FB
Tints of Electric Purple #A813FB
RGB
CMYK
RGB Variations
Color information
#A813FB (or 0xA813FB) is known color: Electric Purple. HEX triplet: A8, 13 and FB. RGB value is (168,19,251). Sum of RGB (Red+Green+Blue) = 168+19+251=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #A813FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813FB is #57EC04. Grayscale: #595959. Windows color (decimal): -5762053 or 16454568. OLE color: 16454568.
HSL color Cylindrical-coordinate representation of color #A813FB: hue angle of 278.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813FB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 19 | 251 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.02 |
| HSL | 278.53º | 0.97% | 0.53% | - |
| HSV(B) | 278.53º | 0.92% | 0.98% | - |
| XYZ | 33.79 | 15.76 | 92.53 | - |
| YUV | 90 | 218.86 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 251 | 0.33 | 0.92 | 0 | 0.02 | 278.53 | 0.97 | 0.53 |
| Hex | A8 | 13 | FB | 21 | 5C | 0 | 2 | 117 | 61 | 35 |
| Octal | 250 | 23 | 373 | 41 | 134 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101000 | 10011 | 11111011 | 100001 | 1011100 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #A813FB
Complementary color
Monochromatic Colors of #A813FB
Black with #A813FB
Text Example
Text Example
White with #A813FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813FB; }
p { color: rgb(168,19,251); }
H1.HeaderClassName
{
color: #A813FB;
}
.AnyTagClassName
{
color: #A813FB;
}
</style>
background-color css
<style>
a { background-color: #A813FB; }
a { background-color: rgb(168,19,251); }
div.DivClassName
{
background-color: #A813FB;
}
.BgClassName
{
background-color: #A813FB;
}
</style>
border-color css
<style>
span { border-color: #A813FB; }
span { border-color: rgb(168,19,251); }
td.TdClassName
{
border-color: #A813FB;
}
.TagClassName
{
border-color: #A813FB;
}
</style>