Shades of Electric Purple #A505F8
Tints of Electric Purple #A505F8
RGB
CMYK
RGB Variations
Color information
#A505F8 (or 0xA505F8) is known color: Electric Purple. HEX triplet: A5, 05 and F8. RGB value is (165,5,248). Sum of RGB (Red+Green+Blue) = 165+5+248=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #A505F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505F8 is #5AFA07. Grayscale: #4F4F4F. Windows color (decimal): -5962248 or 16254373. OLE color: 16254373.
HSL color Cylindrical-coordinate representation of color #A505F8: hue angle of 279.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505F8 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 5 | 248 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.03 |
| HSL | 279.51º | 0.96% | 0.5% | - |
| HSV(B) | 279.51º | 0.98% | 0.97% | - |
| XYZ | 32.51 | 14.89 | 89.97 | - |
| YUV | 80.54 | 222.51 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 248 | 0.33 | 0.98 | 0 | 0.03 | 279.51 | 0.96 | 0.5 |
| Hex | A5 | 5 | F8 | 21 | 62 | 0 | 3 | 118 | 60 | 32 |
| Octal | 245 | 5 | 370 | 41 | 142 | 0 | 3 | 430 | 140 | 62 |
| Binary | 10100101 | 101 | 11111000 | 100001 | 1100010 | 0 | 11 | 100011000 | 1100000 | 110010 |
Color Harmonies of #A505F8
Complementary color
Monochromatic Colors of #A505F8
Black with #A505F8
Text Example
Text Example
White with #A505F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505F8; }
p { color: rgb(165,5,248); }
H1.HeaderClassName
{
color: #A505F8;
}
.AnyTagClassName
{
color: #A505F8;
}
</style>
background-color css
<style>
a { background-color: #A505F8; }
a { background-color: rgb(165,5,248); }
div.DivClassName
{
background-color: #A505F8;
}
.BgClassName
{
background-color: #A505F8;
}
</style>
border-color css
<style>
span { border-color: #A505F8; }
span { border-color: rgb(165,5,248); }
td.TdClassName
{
border-color: #A505F8;
}
.TagClassName
{
border-color: #A505F8;
}
</style>