Shades of Electric Purple #A606FF
Tints of Electric Purple #A606FF
RGB
CMYK
RGB Variations
Color information
#A606FF (or 0xA606FF) is known color: Electric Purple. HEX triplet: A6, 06 and FF. RGB value is (166,6,255). Sum of RGB (Red+Green+Blue) = 166+6+255=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A606FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A606FF is #59F900. Grayscale: #515151. Windows color (decimal): -5896449 or 16713382. OLE color: 16713382.
HSL color Cylindrical-coordinate representation of color #A606FF: hue angle of 278.55º 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 #A606FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 6 | 255 | - |
| CMYK | 0.35 | 0.98 | 0 | 0 |
| HSL | 278.55º | 1% | 0.51% | - |
| HSV(B) | 278.55º | 0.98% | 1% | - |
| XYZ | 33.84 | 15.46 | 95.81 | - |
| YUV | 82.23 | 225.51 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 255 | 0.35 | 0.98 | 0 | 0 | 278.55 | 1 | 0.51 |
| Hex | A6 | 6 | FF | 23 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 246 | 6 | 377 | 43 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10100110 | 110 | 11111111 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A606FF
Complementary color
Monochromatic Colors of #A606FF
Black with #A606FF
Text Example
Text Example
White with #A606FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606FF; }
p { color: rgb(166,6,255); }
H1.HeaderClassName
{
color: #A606FF;
}
.AnyTagClassName
{
color: #A606FF;
}
</style>
background-color css
<style>
a { background-color: #A606FF; }
a { background-color: rgb(166,6,255); }
div.DivClassName
{
background-color: #A606FF;
}
.BgClassName
{
background-color: #A606FF;
}
</style>
border-color css
<style>
span { border-color: #A606FF; }
span { border-color: rgb(166,6,255); }
td.TdClassName
{
border-color: #A606FF;
}
.TagClassName
{
border-color: #A606FF;
}
</style>