Shades of Electric Purple #A506FF
Tints of Electric Purple #A506FF
RGB
CMYK
RGB Variations
Color information
#A506FF (or 0xA506FF) is known color: Electric Purple. HEX triplet: A5, 06 and FF. RGB value is (165,6,255). Sum of RGB (Red+Green+Blue) = 165+6+255=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A506FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506FF is #5AF900. Grayscale: #515151. Windows color (decimal): -5961985 or 16713381. OLE color: 16713381.
HSL color Cylindrical-coordinate representation of color #A506FF: hue angle of 278.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A506FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 6 | 255 | - |
| CMYK | 0.35 | 0.98 | 0 | 0 |
| HSL | 278.31º | 1% | 0.51% | - |
| HSV(B) | 278.31º | 0.98% | 1% | - |
| XYZ | 33.63 | 15.35 | 95.8 | - |
| YUV | 81.93 | 225.68 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 255 | 0.35 | 0.98 | 0 | 0 | 278.31 | 1 | 0.51 |
| Hex | A5 | 6 | FF | 23 | 62 | 0 | 0 | 116 | 64 | 33 |
| Octal | 245 | 6 | 377 | 43 | 142 | 0 | 0 | 426 | 144 | 63 |
| Binary | 10100101 | 110 | 11111111 | 100011 | 1100010 | 0 | 0 | 100010110 | 1100100 | 110011 |
Color Harmonies of #A506FF
Complementary color
Monochromatic Colors of #A506FF
Black with #A506FF
Text Example
Text Example
White with #A506FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506FF; }
p { color: rgb(165,6,255); }
H1.HeaderClassName
{
color: #A506FF;
}
.AnyTagClassName
{
color: #A506FF;
}
</style>
background-color css
<style>
a { background-color: #A506FF; }
a { background-color: rgb(165,6,255); }
div.DivClassName
{
background-color: #A506FF;
}
.BgClassName
{
background-color: #A506FF;
}
</style>
border-color css
<style>
span { border-color: #A506FF; }
span { border-color: rgb(165,6,255); }
td.TdClassName
{
border-color: #A506FF;
}
.TagClassName
{
border-color: #A506FF;
}
</style>