Shades of Electric Purple #A305FE
Tints of Electric Purple #A305FE
RGB
CMYK
RGB Variations
Color information
#A305FE (or 0xA305FE) is known color: Electric Purple. HEX triplet: A3, 05 and FE. RGB value is (163,5,254). Sum of RGB (Red+Green+Blue) = 163+5+254=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #A305FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305FE is #5CFA01. Grayscale: #4F4F4F. Windows color (decimal): -6093314 or 16647587. OLE color: 16647587.
HSL color Cylindrical-coordinate representation of color #A305FE: hue angle of 278.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305FE is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 5 | 254 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.00 |
| HSL | 278.07º | 0.99% | 0.51% | - |
| HSV(B) | 278.07º | 0.98% | 1% | - |
| XYZ | 33.05 | 15.05 | 94.93 | - |
| YUV | 80.63 | 225.85 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 254 | 0.36 | 0.98 | 0 | 0.00 | 278.07 | 0.99 | 0.51 |
| Hex | A3 | 5 | FE | 24 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 243 | 5 | 376 | 44 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100011 | 101 | 11111110 | 100100 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A305FE
Complementary color
Monochromatic Colors of #A305FE
Black with #A305FE
Text Example
Text Example
White with #A305FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305FE; }
p { color: rgb(163,5,254); }
H1.HeaderClassName
{
color: #A305FE;
}
.AnyTagClassName
{
color: #A305FE;
}
</style>
background-color css
<style>
a { background-color: #A305FE; }
a { background-color: rgb(163,5,254); }
div.DivClassName
{
background-color: #A305FE;
}
.BgClassName
{
background-color: #A305FE;
}
</style>
border-color css
<style>
span { border-color: #A305FE; }
span { border-color: rgb(163,5,254); }
td.TdClassName
{
border-color: #A305FE;
}
.TagClassName
{
border-color: #A305FE;
}
</style>