Shades of Electric Purple #A403FB
Tints of Electric Purple #A403FB
RGB
CMYK
RGB Variations
Color information
#A403FB (or 0xA403FB) is known color: Electric Purple. HEX triplet: A4, 03 and FB. RGB value is (164,3,251). Sum of RGB (Red+Green+Blue) = 164+3+251=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #A403FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403FB is #5BFC04. Grayscale: #4E4E4E. Windows color (decimal): -6028293 or 16450468. OLE color: 16450468.
HSL color Cylindrical-coordinate representation of color #A403FB: hue angle of 278.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403FB is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 3 | 251 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.02 |
| HSL | 278.95º | 0.98% | 0.5% | - |
| HSV(B) | 278.95º | 0.99% | 0.98% | - |
| XYZ | 32.75 | 14.92 | 92.42 | - |
| YUV | 79.41 | 224.84 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 251 | 0.35 | 0.99 | 0 | 0.02 | 278.95 | 0.98 | 0.5 |
| Hex | A4 | 3 | FB | 23 | 63 | 0 | 2 | 117 | 62 | 32 |
| Octal | 244 | 3 | 373 | 43 | 143 | 0 | 2 | 427 | 142 | 62 |
| Binary | 10100100 | 11 | 11111011 | 100011 | 1100011 | 0 | 10 | 100010111 | 1100010 | 110010 |
Color Harmonies of #A403FB
Complementary color
Monochromatic Colors of #A403FB
Black with #A403FB
Text Example
Text Example
White with #A403FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403FB; }
p { color: rgb(164,3,251); }
H1.HeaderClassName
{
color: #A403FB;
}
.AnyTagClassName
{
color: #A403FB;
}
</style>
background-color css
<style>
a { background-color: #A403FB; }
a { background-color: rgb(164,3,251); }
div.DivClassName
{
background-color: #A403FB;
}
.BgClassName
{
background-color: #A403FB;
}
</style>
border-color css
<style>
span { border-color: #A403FB; }
span { border-color: rgb(164,3,251); }
td.TdClassName
{
border-color: #A403FB;
}
.TagClassName
{
border-color: #A403FB;
}
</style>