Shades of Electric Purple #A805FB
Tints of Electric Purple #A805FB
RGB
CMYK
RGB Variations
Color information
#A805FB (or 0xA805FB) is known color: Electric Purple. HEX triplet: A8, 05 and FB. RGB value is (168,5,251). Sum of RGB (Red+Green+Blue) = 168+5+251=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #A805FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805FB is #57FA04. Grayscale: #505050. Windows color (decimal): -5765637 or 16450984. OLE color: 16450984.
HSL color Cylindrical-coordinate representation of color #A805FB: hue angle of 279.76º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805FB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 5 | 251 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.02 |
| HSL | 279.76º | 0.97% | 0.5% | - |
| HSV(B) | 279.76º | 0.98% | 0.98% | - |
| XYZ | 33.62 | 15.4 | 92.47 | - |
| YUV | 81.78 | 223.5 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 251 | 0.33 | 0.98 | 0 | 0.02 | 279.76 | 0.97 | 0.5 |
| Hex | A8 | 5 | FB | 21 | 62 | 0 | 2 | 118 | 61 | 32 |
| Octal | 250 | 5 | 373 | 41 | 142 | 0 | 2 | 430 | 141 | 62 |
| Binary | 10101000 | 101 | 11111011 | 100001 | 1100010 | 0 | 10 | 100011000 | 1100001 | 110010 |
Color Harmonies of #A805FB
Complementary color
Monochromatic Colors of #A805FB
Black with #A805FB
Text Example
Text Example
White with #A805FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805FB; }
p { color: rgb(168,5,251); }
H1.HeaderClassName
{
color: #A805FB;
}
.AnyTagClassName
{
color: #A805FB;
}
</style>
background-color css
<style>
a { background-color: #A805FB; }
a { background-color: rgb(168,5,251); }
div.DivClassName
{
background-color: #A805FB;
}
.BgClassName
{
background-color: #A805FB;
}
</style>
border-color css
<style>
span { border-color: #A805FB; }
span { border-color: rgb(168,5,251); }
td.TdClassName
{
border-color: #A805FB;
}
.TagClassName
{
border-color: #A805FB;
}
</style>