Shades of Electric Purple #A807FF
Tints of Electric Purple #A807FF
RGB
CMYK
RGB Variations
Color information
#A807FF (or 0xA807FF) is known color: Electric Purple. HEX triplet: A8, 07 and FF. RGB value is (168,7,255). Sum of RGB (Red+Green+Blue) = 168+7+255=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A807FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FF is #57F800. Grayscale: #525252. Windows color (decimal): -5765121 or 16713640. OLE color: 16713640.
HSL color Cylindrical-coordinate representation of color #A807FF: hue angle of 278.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807FF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 7 | 255 | - |
| CMYK | 0.34 | 0.97 | 0 | 0 |
| HSL | 278.95º | 1% | 0.51% | - |
| HSV(B) | 278.95º | 0.97% | 1% | - |
| XYZ | 34.27 | 15.7 | 95.83 | - |
| YUV | 83.41 | 224.84 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 255 | 0.34 | 0.97 | 0 | 0 | 278.95 | 1 | 0.51 |
| Hex | A8 | 7 | FF | 22 | 61 | 0 | 0 | 117 | 64 | 33 |
| Octal | 250 | 7 | 377 | 42 | 141 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10101000 | 111 | 11111111 | 100010 | 1100001 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A807FF
Complementary color
Monochromatic Colors of #A807FF
Black with #A807FF
Text Example
Text Example
White with #A807FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807FF; }
p { color: rgb(168,7,255); }
H1.HeaderClassName
{
color: #A807FF;
}
.AnyTagClassName
{
color: #A807FF;
}
</style>
background-color css
<style>
a { background-color: #A807FF; }
a { background-color: rgb(168,7,255); }
div.DivClassName
{
background-color: #A807FF;
}
.BgClassName
{
background-color: #A807FF;
}
</style>
border-color css
<style>
span { border-color: #A807FF; }
span { border-color: rgb(168,7,255); }
td.TdClassName
{
border-color: #A807FF;
}
.TagClassName
{
border-color: #A807FF;
}
</style>