Shades of Electric Purple #A301FD
Tints of Electric Purple #A301FD
RGB
CMYK
RGB Variations
Color information
#A301FD (or 0xA301FD) is known color: Electric Purple. HEX triplet: A3, 01 and FD. RGB value is (163,1,253). Sum of RGB (Red+Green+Blue) = 163+1+253=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #A301FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301FD is #5CFE02. Grayscale: #4D4D4D. Windows color (decimal): -6094339 or 16581027. OLE color: 16581027.
HSL color Cylindrical-coordinate representation of color #A301FD: hue angle of 278.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301FD is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 1 | 253 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.01 |
| HSL | 278.57º | 0.99% | 0.5% | - |
| HSV(B) | 278.57º | 1% | 0.99% | - |
| XYZ | 32.84 | 14.9 | 94.07 | - |
| YUV | 78.17 | 226.67 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 253 | 0.36 | 1.00 | 0 | 0.01 | 278.57 | 0.99 | 0.5 |
| Hex | A3 | 1 | FD | 24 | 64 | 0 | 1 | 117 | 63 | 32 |
| Octal | 243 | 1 | 375 | 44 | 144 | 0 | 1 | 427 | 143 | 62 |
| Binary | 10100011 | 1 | 11111101 | 100100 | 1100100 | 0 | 1 | 100010111 | 1100011 | 110010 |
Color Harmonies of #A301FD
Complementary color
Monochromatic Colors of #A301FD
Black with #A301FD
Text Example
Text Example
White with #A301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301FD; }
p { color: rgb(163,1,253); }
H1.HeaderClassName
{
color: #A301FD;
}
.AnyTagClassName
{
color: #A301FD;
}
</style>
background-color css
<style>
a { background-color: #A301FD; }
a { background-color: rgb(163,1,253); }
div.DivClassName
{
background-color: #A301FD;
}
.BgClassName
{
background-color: #A301FD;
}
</style>
border-color css
<style>
span { border-color: #A301FD; }
span { border-color: rgb(163,1,253); }
td.TdClassName
{
border-color: #A301FD;
}
.TagClassName
{
border-color: #A301FD;
}
</style>