Shades of Electric Purple #A303FA
Tints of Electric Purple #A303FA
RGB
CMYK
RGB Variations
Color information
#A303FA (or 0xA303FA) is known color: Electric Purple. HEX triplet: A3, 03 and FA. RGB value is (163,3,250). Sum of RGB (Red+Green+Blue) = 163+3+250=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #A303FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303FA is #5CFC05. Grayscale: #4E4E4E. Windows color (decimal): -6093830 or 16384931. OLE color: 16384931.
HSL color Cylindrical-coordinate representation of color #A303FA: hue angle of 278.87º 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 #A303FA is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 3 | 250 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.02 |
| HSL | 278.87º | 0.98% | 0.5% | - |
| HSV(B) | 278.87º | 0.99% | 0.98% | - |
| XYZ | 32.39 | 14.75 | 91.58 | - |
| YUV | 79 | 224.51 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 250 | 0.35 | 0.99 | 0 | 0.02 | 278.87 | 0.98 | 0.5 |
| Hex | A3 | 3 | FA | 23 | 63 | 0 | 2 | 117 | 62 | 32 |
| Octal | 243 | 3 | 372 | 43 | 143 | 0 | 2 | 427 | 142 | 62 |
| Binary | 10100011 | 11 | 11111010 | 100011 | 1100011 | 0 | 10 | 100010111 | 1100010 | 110010 |
Color Harmonies of #A303FA
Complementary color
Monochromatic Colors of #A303FA
Black with #A303FA
Text Example
Text Example
White with #A303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303FA; }
p { color: rgb(163,3,250); }
H1.HeaderClassName
{
color: #A303FA;
}
.AnyTagClassName
{
color: #A303FA;
}
</style>
background-color css
<style>
a { background-color: #A303FA; }
a { background-color: rgb(163,3,250); }
div.DivClassName
{
background-color: #A303FA;
}
.BgClassName
{
background-color: #A303FA;
}
</style>
border-color css
<style>
span { border-color: #A303FA; }
span { border-color: rgb(163,3,250); }
td.TdClassName
{
border-color: #A303FA;
}
.TagClassName
{
border-color: #A303FA;
}
</style>