Shades of Electric Purple #A815F8
Tints of Electric Purple #A815F8
RGB
CMYK
RGB Variations
Color information
#A815F8 (or 0xA815F8) is known color: Electric Purple. HEX triplet: A8, 15 and F8. RGB value is (168,21,248). Sum of RGB (Red+Green+Blue) = 168+21+248=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #A815F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A815F8 is #57EA07. Grayscale: #5A5A5A. Windows color (decimal): -5761544 or 16258472. OLE color: 16258472.
HSL color Cylindrical-coordinate representation of color #A815F8: hue angle of 278.85º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A815F8 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 21 | 248 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.03 |
| HSL | 278.85º | 0.94% | 0.53% | - |
| HSV(B) | 278.85º | 0.92% | 0.97% | - |
| XYZ | 33.36 | 15.64 | 90.07 | - |
| YUV | 90.83 | 216.7 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 248 | 0.32 | 0.92 | 0 | 0.03 | 278.85 | 0.94 | 0.53 |
| Hex | A8 | 15 | F8 | 20 | 5C | 0 | 3 | 117 | 5E | 35 |
| Octal | 250 | 25 | 370 | 40 | 134 | 0 | 3 | 427 | 136 | 65 |
| Binary | 10101000 | 10101 | 11111000 | 100000 | 1011100 | 0 | 11 | 100010111 | 1011110 | 110101 |
Color Harmonies of #A815F8
Complementary color
Monochromatic Colors of #A815F8
Black with #A815F8
Text Example
Text Example
White with #A815F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815F8; }
p { color: rgb(168,21,248); }
H1.HeaderClassName
{
color: #A815F8;
}
.AnyTagClassName
{
color: #A815F8;
}
</style>
background-color css
<style>
a { background-color: #A815F8; }
a { background-color: rgb(168,21,248); }
div.DivClassName
{
background-color: #A815F8;
}
.BgClassName
{
background-color: #A815F8;
}
</style>
border-color css
<style>
span { border-color: #A815F8; }
span { border-color: rgb(168,21,248); }
td.TdClassName
{
border-color: #A815F8;
}
.TagClassName
{
border-color: #A815F8;
}
</style>