Shades of Electric Purple #A006FD
Tints of Electric Purple #A006FD
RGB
CMYK
RGB Variations
Color information
#A006FD (or 0xA006FD) is known color: Electric Purple. HEX triplet: A0, 06 and FD. RGB value is (160,6,253). Sum of RGB (Red+Green+Blue) = 160+6+253=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #A006FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006FD is #5FF902. Grayscale: #4F4F4F. Windows color (decimal): -6289667 or 16582304. OLE color: 16582304.
HSL color Cylindrical-coordinate representation of color #A006FD: hue angle of 277.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A006FD is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 6 | 253 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.01 |
| HSL | 277.41º | 0.98% | 0.51% | - |
| HSV(B) | 277.41º | 0.98% | 0.99% | - |
| XYZ | 32.29 | 14.7 | 94.06 | - |
| YUV | 80.2 | 225.52 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 253 | 0.37 | 0.98 | 0 | 0.01 | 277.41 | 0.98 | 0.51 |
| Hex | A0 | 6 | FD | 25 | 62 | 0 | 1 | 115 | 62 | 33 |
| Octal | 240 | 6 | 375 | 45 | 142 | 0 | 1 | 425 | 142 | 63 |
| Binary | 10100000 | 110 | 11111101 | 100101 | 1100010 | 0 | 1 | 100010101 | 1100010 | 110011 |
Color Harmonies of #A006FD
Complementary color
Monochromatic Colors of #A006FD
Black with #A006FD
Text Example
Text Example
White with #A006FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006FD; }
p { color: rgb(160,6,253); }
H1.HeaderClassName
{
color: #A006FD;
}
.AnyTagClassName
{
color: #A006FD;
}
</style>
background-color css
<style>
a { background-color: #A006FD; }
a { background-color: rgb(160,6,253); }
div.DivClassName
{
background-color: #A006FD;
}
.BgClassName
{
background-color: #A006FD;
}
</style>
border-color css
<style>
span { border-color: #A006FD; }
span { border-color: rgb(160,6,253); }
td.TdClassName
{
border-color: #A006FD;
}
.TagClassName
{
border-color: #A006FD;
}
</style>