Shades of Electric Purple #A317FF
Tints of Electric Purple #A317FF
RGB
CMYK
RGB Variations
Color information
#A317FF (or 0xA317FF) is known color: Electric Purple. HEX triplet: A3, 17 and FF. RGB value is (163,23,255). Sum of RGB (Red+Green+Blue) = 163+23+255=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A317FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317FF is #5CE800. Grayscale: #5A5A5A. Windows color (decimal): -6088705 or 16717731. OLE color: 16717731.
HSL color Cylindrical-coordinate representation of color #A317FF: hue angle of 276.21º 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 #A317FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 23 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 276.21º | 1% | 0.55% | - |
| HSV(B) | 276.21º | 0.91% | 1% | - |
| XYZ | 33.46 | 15.62 | 95.86 | - |
| YUV | 91.31 | 220.38 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 255 | 0.36 | 0.91 | 0 | 0 | 276.21 | 1 | 0.55 |
| Hex | A3 | 17 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 243 | 27 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100011 | 10111 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A317FF
Complementary color
Monochromatic Colors of #A317FF
Black with #A317FF
Text Example
Text Example
White with #A317FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317FF; }
p { color: rgb(163,23,255); }
H1.HeaderClassName
{
color: #A317FF;
}
.AnyTagClassName
{
color: #A317FF;
}
</style>
background-color css
<style>
a { background-color: #A317FF; }
a { background-color: rgb(163,23,255); }
div.DivClassName
{
background-color: #A317FF;
}
.BgClassName
{
background-color: #A317FF;
}
</style>
border-color css
<style>
span { border-color: #A317FF; }
span { border-color: rgb(163,23,255); }
td.TdClassName
{
border-color: #A317FF;
}
.TagClassName
{
border-color: #A317FF;
}
</style>