Shades of Electric Purple #A605FF
Tints of Electric Purple #A605FF
RGB
CMYK
RGB Variations
Color information
#A605FF (or 0xA605FF) is known color: Electric Purple. HEX triplet: A6, 05 and FF. RGB value is (166,5,255). Sum of RGB (Red+Green+Blue) = 166+5+255=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 5 (2.34% from 255 or 1.17% 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 #A605FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A605FF is #59FA00. Grayscale: #505050. Windows color (decimal): -5896705 or 16713126. OLE color: 16713126.
HSL color Cylindrical-coordinate representation of color #A605FF: hue angle of 278.64º 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 #A605FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 5 | 255 | - |
| CMYK | 0.35 | 0.98 | 0 | 0 |
| HSL | 278.64º | 1% | 0.51% | - |
| HSV(B) | 278.64º | 0.98% | 1% | - |
| XYZ | 33.83 | 15.44 | 95.8 | - |
| YUV | 81.64 | 225.84 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 255 | 0.35 | 0.98 | 0 | 0 | 278.64 | 1 | 0.51 |
| Hex | A6 | 5 | FF | 23 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 246 | 5 | 377 | 43 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10100110 | 101 | 11111111 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A605FF
Complementary color
Monochromatic Colors of #A605FF
Black with #A605FF
Text Example
Text Example
White with #A605FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A605FF; }
p { color: rgb(166,5,255); }
H1.HeaderClassName
{
color: #A605FF;
}
.AnyTagClassName
{
color: #A605FF;
}
</style>
background-color css
<style>
a { background-color: #A605FF; }
a { background-color: rgb(166,5,255); }
div.DivClassName
{
background-color: #A605FF;
}
.BgClassName
{
background-color: #A605FF;
}
</style>
border-color css
<style>
span { border-color: #A605FF; }
span { border-color: rgb(166,5,255); }
td.TdClassName
{
border-color: #A605FF;
}
.TagClassName
{
border-color: #A605FF;
}
</style>