Shades of Electric Purple #A017FF
Tints of Electric Purple #A017FF
RGB
CMYK
RGB Variations
Color information
#A017FF (or 0xA017FF) is known color: Electric Purple. HEX triplet: A0, 17 and FF. RGB value is (160,23,255). Sum of RGB (Red+Green+Blue) = 160+23+255=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A017FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017FF is #5FE800. Grayscale: #595959. Windows color (decimal): -6285313 or 16717728. OLE color: 16717728.
HSL color Cylindrical-coordinate representation of color #A017FF: hue angle of 275.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A017FF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 23 | 255 | - |
| CMYK | 0.37 | 0.91 | 0 | 0 |
| HSL | 275.43º | 1% | 0.55% | - |
| HSV(B) | 275.43º | 0.91% | 1% | - |
| XYZ | 32.85 | 15.31 | 95.83 | - |
| YUV | 90.41 | 220.89 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 255 | 0.37 | 0.91 | 0 | 0 | 275.43 | 1 | 0.55 |
| Hex | A0 | 17 | FF | 25 | 5B | 0 | 0 | 113 | 64 | 37 |
| Octal | 240 | 27 | 377 | 45 | 133 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100000 | 10111 | 11111111 | 100101 | 1011011 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A017FF
Complementary color
Monochromatic Colors of #A017FF
Black with #A017FF
Text Example
Text Example
White with #A017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017FF; }
p { color: rgb(160,23,255); }
H1.HeaderClassName
{
color: #A017FF;
}
.AnyTagClassName
{
color: #A017FF;
}
</style>
background-color css
<style>
a { background-color: #A017FF; }
a { background-color: rgb(160,23,255); }
div.DivClassName
{
background-color: #A017FF;
}
.BgClassName
{
background-color: #A017FF;
}
</style>
border-color css
<style>
span { border-color: #A017FF; }
span { border-color: rgb(160,23,255); }
td.TdClassName
{
border-color: #A017FF;
}
.TagClassName
{
border-color: #A017FF;
}
</style>