Shades of Electric Purple #A506FE
Tints of Electric Purple #A506FE
RGB
CMYK
RGB Variations
Color information
#A506FE (or 0xA506FE) is known color: Electric Purple. HEX triplet: A5, 06 and FE. RGB value is (165,6,254). Sum of RGB (Red+Green+Blue) = 165+6+254=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A506FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506FE is #5AF901. Grayscale: #505050. Windows color (decimal): -5961986 or 16647845. OLE color: 16647845.
HSL color Cylindrical-coordinate representation of color #A506FE: hue angle of 278.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A506FE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 6 | 254 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.00 |
| HSL | 278.47º | 0.99% | 0.51% | - |
| HSV(B) | 278.47º | 0.98% | 1% | - |
| XYZ | 33.47 | 15.29 | 94.95 | - |
| YUV | 81.81 | 225.18 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 254 | 0.35 | 0.98 | 0 | 0.00 | 278.47 | 0.99 | 0.51 |
| Hex | A5 | 6 | FE | 23 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 245 | 6 | 376 | 43 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100101 | 110 | 11111110 | 100011 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A506FE
Complementary color
Monochromatic Colors of #A506FE
Black with #A506FE
Text Example
Text Example
White with #A506FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506FE; }
p { color: rgb(165,6,254); }
H1.HeaderClassName
{
color: #A506FE;
}
.AnyTagClassName
{
color: #A506FE;
}
</style>
background-color css
<style>
a { background-color: #A506FE; }
a { background-color: rgb(165,6,254); }
div.DivClassName
{
background-color: #A506FE;
}
.BgClassName
{
background-color: #A506FE;
}
</style>
border-color css
<style>
span { border-color: #A506FE; }
span { border-color: rgb(165,6,254); }
td.TdClassName
{
border-color: #A506FE;
}
.TagClassName
{
border-color: #A506FE;
}
</style>