Shades of Electric Purple #A300F0
Tints of Electric Purple #A300F0
RGB
CMYK
RGB Variations
Color information
#A300F0 (or 0xA300F0) is known color: Electric Purple. HEX triplet: A3, 00 and F0. RGB value is (163,0,240). Sum of RGB (Red+Green+Blue) = 163+0+240=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #A300F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300F0 is #5CFF0F. Grayscale: #4B4B4B. Windows color (decimal): -6094608 or 15728803. OLE color: 15728803.
HSL color Cylindrical-coordinate representation of color #A300F0: hue angle of 280.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300F0 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 0 | 240 | - |
| CMYK | 0.32 | 1 | 0 | 0.06 |
| HSL | 280.75º | 1% | 0.47% | - |
| HSV(B) | 280.75º | 1% | 0.94% | - |
| XYZ | 30.83 | 14.08 | 83.53 | - |
| YUV | 76.1 | 220.5 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 240 | 0.32 | 1 | 0 | 0.06 | 280.75 | 1 | 0.47 |
| Hex | A3 | 0 | F0 | 20 | 64 | 0 | 6 | 119 | 64 | 2F |
| Octal | 243 | 0 | 360 | 40 | 144 | 0 | 6 | 431 | 144 | 57 |
| Binary | 10100011 | 0 | 11110000 | 100000 | 1100100 | 0 | 110 | 100011001 | 1100100 | 101111 |
Color Harmonies of #A300F0
Complementary color
Monochromatic Colors of #A300F0
Black with #A300F0
Text Example
Text Example
White with #A300F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300F0; }
p { color: rgb(163,0,240); }
H1.HeaderClassName
{
color: #A300F0;
}
.AnyTagClassName
{
color: #A300F0;
}
</style>
background-color css
<style>
a { background-color: #A300F0; }
a { background-color: rgb(163,0,240); }
div.DivClassName
{
background-color: #A300F0;
}
.BgClassName
{
background-color: #A300F0;
}
</style>
border-color css
<style>
span { border-color: #A300F0; }
span { border-color: rgb(163,0,240); }
td.TdClassName
{
border-color: #A300F0;
}
.TagClassName
{
border-color: #A300F0;
}
</style>