Shades of Electric Purple #A602FF
Tints of Electric Purple #A602FF
RGB
CMYK
RGB Variations
Color information
#A602FF (or 0xA602FF) is known color: Electric Purple. HEX triplet: A6, 02 and FF. RGB value is (166,2,255). Sum of RGB (Red+Green+Blue) = 166+2+255=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A602FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A602FF is #59FD00. Grayscale: #4F4F4F. Windows color (decimal): -5897473 or 16712358. OLE color: 16712358.
HSL color Cylindrical-coordinate representation of color #A602FF: hue angle of 278.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602FF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 2 | 255 | - |
| CMYK | 0.35 | 0.99 | 0 | 0 |
| HSL | 278.89º | 1% | 0.5% | - |
| HSV(B) | 278.89º | 0.99% | 1% | - |
| XYZ | 33.8 | 15.37 | 95.79 | - |
| YUV | 79.88 | 226.83 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 255 | 0.35 | 0.99 | 0 | 0 | 278.89 | 1 | 0.5 |
| Hex | A6 | 2 | FF | 23 | 63 | 0 | 0 | 117 | 64 | 32 |
| Octal | 246 | 2 | 377 | 43 | 143 | 0 | 0 | 427 | 144 | 62 |
| Binary | 10100110 | 10 | 11111111 | 100011 | 1100011 | 0 | 0 | 100010111 | 1100100 | 110010 |
Color Harmonies of #A602FF
Complementary color
Monochromatic Colors of #A602FF
Black with #A602FF
Text Example
Text Example
White with #A602FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602FF; }
p { color: rgb(166,2,255); }
H1.HeaderClassName
{
color: #A602FF;
}
.AnyTagClassName
{
color: #A602FF;
}
</style>
background-color css
<style>
a { background-color: #A602FF; }
a { background-color: rgb(166,2,255); }
div.DivClassName
{
background-color: #A602FF;
}
.BgClassName
{
background-color: #A602FF;
}
</style>
border-color css
<style>
span { border-color: #A602FF; }
span { border-color: rgb(166,2,255); }
td.TdClassName
{
border-color: #A602FF;
}
.TagClassName
{
border-color: #A602FF;
}
</style>