Shades of Electric Purple #A807FD
Tints of Electric Purple #A807FD
RGB
CMYK
RGB Variations
Color information
#A807FD (or 0xA807FD) is known color: Electric Purple. HEX triplet: A8, 07 and FD. RGB value is (168,7,253). Sum of RGB (Red+Green+Blue) = 168+7+253=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #A807FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FD is #57F802. Grayscale: #525252. Windows color (decimal): -5765123 or 16582568. OLE color: 16582568.
HSL color Cylindrical-coordinate representation of color #A807FD: hue angle of 279.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807FD is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 7 | 253 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.01 |
| HSL | 279.27º | 0.98% | 0.51% | - |
| HSV(B) | 279.27º | 0.97% | 0.99% | - |
| XYZ | 33.95 | 15.57 | 94.14 | - |
| YUV | 83.18 | 223.84 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 253 | 0.34 | 0.97 | 0 | 0.01 | 279.27 | 0.98 | 0.51 |
| Hex | A8 | 7 | FD | 22 | 61 | 0 | 1 | 117 | 62 | 33 |
| Octal | 250 | 7 | 375 | 42 | 141 | 0 | 1 | 427 | 142 | 63 |
| Binary | 10101000 | 111 | 11111101 | 100010 | 1100001 | 0 | 1 | 100010111 | 1100010 | 110011 |
Color Harmonies of #A807FD
Complementary color
Monochromatic Colors of #A807FD
Black with #A807FD
Text Example
Text Example
White with #A807FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807FD; }
p { color: rgb(168,7,253); }
H1.HeaderClassName
{
color: #A807FD;
}
.AnyTagClassName
{
color: #A807FD;
}
</style>
background-color css
<style>
a { background-color: #A807FD; }
a { background-color: rgb(168,7,253); }
div.DivClassName
{
background-color: #A807FD;
}
.BgClassName
{
background-color: #A807FD;
}
</style>
border-color css
<style>
span { border-color: #A807FD; }
span { border-color: rgb(168,7,253); }
td.TdClassName
{
border-color: #A807FD;
}
.TagClassName
{
border-color: #A807FD;
}
</style>