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