Shades of Electric Purple #A609FF
Tints of Electric Purple #A609FF
RGB
CMYK
RGB Variations
Color information
#A609FF (or 0xA609FF) is known color: Electric Purple. HEX triplet: A6, 09 and FF. RGB value is (166,9,255). Sum of RGB (Red+Green+Blue) = 166+9+255=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A609FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609FF is #59F600. Grayscale: #535353. Windows color (decimal): -5895681 or 16714150. OLE color: 16714150.
HSL color Cylindrical-coordinate representation of color #A609FF: hue angle of 278.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609FF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 9 | 255 | - |
| CMYK | 0.35 | 0.96 | 0 | 0 |
| HSL | 278.29º | 1% | 0.52% | - |
| HSV(B) | 278.29º | 0.96% | 1% | - |
| XYZ | 33.87 | 15.52 | 95.82 | - |
| YUV | 83.99 | 224.51 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 255 | 0.35 | 0.96 | 0 | 0 | 278.29 | 1 | 0.52 |
| Hex | A6 | 9 | FF | 23 | 60 | 0 | 0 | 116 | 64 | 34 |
| Octal | 246 | 11 | 377 | 43 | 140 | 0 | 0 | 426 | 144 | 64 |
| Binary | 10100110 | 1001 | 11111111 | 100011 | 1100000 | 0 | 0 | 100010110 | 1100100 | 110100 |
Color Harmonies of #A609FF
Complementary color
Monochromatic Colors of #A609FF
Black with #A609FF
Text Example
Text Example
White with #A609FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609FF; }
p { color: rgb(166,9,255); }
H1.HeaderClassName
{
color: #A609FF;
}
.AnyTagClassName
{
color: #A609FF;
}
</style>
background-color css
<style>
a { background-color: #A609FF; }
a { background-color: rgb(166,9,255); }
div.DivClassName
{
background-color: #A609FF;
}
.BgClassName
{
background-color: #A609FF;
}
</style>
border-color css
<style>
span { border-color: #A609FF; }
span { border-color: rgb(166,9,255); }
td.TdClassName
{
border-color: #A609FF;
}
.TagClassName
{
border-color: #A609FF;
}
</style>