Shades of Electric Purple #A906FF
Tints of Electric Purple #A906FF
RGB
CMYK
RGB Variations
Color information
#A906FF (or 0xA906FF) is known color: Electric Purple. HEX triplet: A9, 06 and FF. RGB value is (169,6,255). Sum of RGB (Red+Green+Blue) = 169+6+255=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 6 (2.73% from 255 or 1.40% 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 #A906FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906FF is #56F900. Grayscale: #525252. Windows color (decimal): -5699841 or 16713385. OLE color: 16713385.
HSL color Cylindrical-coordinate representation of color #A906FF: hue angle of 279.28º 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 #A906FF is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 6 | 255 | - |
| CMYK | 0.34 | 0.98 | 0 | 0 |
| HSL | 279.28º | 1% | 0.51% | - |
| HSV(B) | 279.28º | 0.98% | 1% | - |
| XYZ | 34.48 | 15.79 | 95.84 | - |
| YUV | 83.12 | 225 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 255 | 0.34 | 0.98 | 0 | 0 | 279.28 | 1 | 0.51 |
| Hex | A9 | 6 | FF | 22 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 251 | 6 | 377 | 42 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10101001 | 110 | 11111111 | 100010 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A906FF
Complementary color
Monochromatic Colors of #A906FF
Black with #A906FF
Text Example
Text Example
White with #A906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906FF; }
p { color: rgb(169,6,255); }
H1.HeaderClassName
{
color: #A906FF;
}
.AnyTagClassName
{
color: #A906FF;
}
</style>
background-color css
<style>
a { background-color: #A906FF; }
a { background-color: rgb(169,6,255); }
div.DivClassName
{
background-color: #A906FF;
}
.BgClassName
{
background-color: #A906FF;
}
</style>
border-color css
<style>
span { border-color: #A906FF; }
span { border-color: rgb(169,6,255); }
td.TdClassName
{
border-color: #A906FF;
}
.TagClassName
{
border-color: #A906FF;
}
</style>