Shades of Electric Purple #A305FB
Tints of Electric Purple #A305FB
RGB
CMYK
RGB Variations
Color information
#A305FB (or 0xA305FB) is known color: Electric Purple. HEX triplet: A3, 05 and FB. RGB value is (163,5,251). Sum of RGB (Red+Green+Blue) = 163+5+251=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #A305FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305FB is #5CFA04. Grayscale: #4F4F4F. Windows color (decimal): -6093317 or 16450979. OLE color: 16450979.
HSL color Cylindrical-coordinate representation of color #A305FB: hue angle of 278.54º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305FB is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 5 | 251 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.02 |
| HSL | 278.54º | 0.97% | 0.5% | - |
| HSV(B) | 278.54º | 0.98% | 0.98% | - |
| XYZ | 32.57 | 14.86 | 92.42 | - |
| YUV | 80.29 | 224.35 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 251 | 0.35 | 0.98 | 0 | 0.02 | 278.54 | 0.97 | 0.5 |
| Hex | A3 | 5 | FB | 23 | 62 | 0 | 2 | 117 | 61 | 32 |
| Octal | 243 | 5 | 373 | 43 | 142 | 0 | 2 | 427 | 141 | 62 |
| Binary | 10100011 | 101 | 11111011 | 100011 | 1100010 | 0 | 10 | 100010111 | 1100001 | 110010 |
Color Harmonies of #A305FB
Complementary color
Monochromatic Colors of #A305FB
Black with #A305FB
Text Example
Text Example
White with #A305FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305FB; }
p { color: rgb(163,5,251); }
H1.HeaderClassName
{
color: #A305FB;
}
.AnyTagClassName
{
color: #A305FB;
}
</style>
background-color css
<style>
a { background-color: #A305FB; }
a { background-color: rgb(163,5,251); }
div.DivClassName
{
background-color: #A305FB;
}
.BgClassName
{
background-color: #A305FB;
}
</style>
border-color css
<style>
span { border-color: #A305FB; }
span { border-color: rgb(163,5,251); }
td.TdClassName
{
border-color: #A305FB;
}
.TagClassName
{
border-color: #A305FB;
}
</style>