Shades of Electric Purple #A807FB
Tints of Electric Purple #A807FB
RGB
CMYK
RGB Variations
Color information
#A807FB (or 0xA807FB) is known color: Electric Purple. HEX triplet: A8, 07 and FB. RGB value is (168,7,251). Sum of RGB (Red+Green+Blue) = 168+7+251=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #A807FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FB is #57F804. Grayscale: #525252. Windows color (decimal): -5765125 or 16451496. OLE color: 16451496.
HSL color Cylindrical-coordinate representation of color #A807FB: hue angle of 279.59º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807FB is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 7 | 251 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.02 |
| HSL | 279.59º | 0.97% | 0.51% | - |
| HSV(B) | 279.59º | 0.97% | 0.98% | - |
| XYZ | 33.64 | 15.44 | 92.47 | - |
| YUV | 82.96 | 222.84 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 251 | 0.33 | 0.97 | 0 | 0.02 | 279.59 | 0.97 | 0.51 |
| Hex | A8 | 7 | FB | 21 | 61 | 0 | 2 | 118 | 61 | 33 |
| Octal | 250 | 7 | 373 | 41 | 141 | 0 | 2 | 430 | 141 | 63 |
| Binary | 10101000 | 111 | 11111011 | 100001 | 1100001 | 0 | 10 | 100011000 | 1100001 | 110011 |
Color Harmonies of #A807FB
Complementary color
Monochromatic Colors of #A807FB
Black with #A807FB
Text Example
Text Example
White with #A807FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807FB; }
p { color: rgb(168,7,251); }
H1.HeaderClassName
{
color: #A807FB;
}
.AnyTagClassName
{
color: #A807FB;
}
</style>
background-color css
<style>
a { background-color: #A807FB; }
a { background-color: rgb(168,7,251); }
div.DivClassName
{
background-color: #A807FB;
}
.BgClassName
{
background-color: #A807FB;
}
</style>
border-color css
<style>
span { border-color: #A807FB; }
span { border-color: rgb(168,7,251); }
td.TdClassName
{
border-color: #A807FB;
}
.TagClassName
{
border-color: #A807FB;
}
</style>