Shades of Electric Purple #A305FF
Tints of Electric Purple #A305FF
RGB
CMYK
RGB Variations
Color information
#A305FF (or 0xA305FF) is known color: Electric Purple. HEX triplet: A3, 05 and FF. RGB value is (163,5,255). Sum of RGB (Red+Green+Blue) = 163+5+255=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A305FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305FF is #5CFA00. Grayscale: #4F4F4F. Windows color (decimal): -6093313 or 16713123. OLE color: 16713123.
HSL color Cylindrical-coordinate representation of color #A305FF: hue angle of 277.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305FF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 5 | 255 | - |
| CMYK | 0.36 | 0.98 | 0 | 0 |
| HSL | 277.92º | 1% | 0.51% | - |
| HSV(B) | 277.92º | 0.98% | 1% | - |
| XYZ | 33.21 | 15.12 | 95.77 | - |
| YUV | 80.74 | 226.35 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 255 | 0.36 | 0.98 | 0 | 0 | 277.92 | 1 | 0.51 |
| Hex | A3 | 5 | FF | 24 | 62 | 0 | 0 | 116 | 64 | 33 |
| Octal | 243 | 5 | 377 | 44 | 142 | 0 | 0 | 426 | 144 | 63 |
| Binary | 10100011 | 101 | 11111111 | 100100 | 1100010 | 0 | 0 | 100010110 | 1100100 | 110011 |
Color Harmonies of #A305FF
Complementary color
Monochromatic Colors of #A305FF
Black with #A305FF
Text Example
Text Example
White with #A305FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305FF; }
p { color: rgb(163,5,255); }
H1.HeaderClassName
{
color: #A305FF;
}
.AnyTagClassName
{
color: #A305FF;
}
</style>
background-color css
<style>
a { background-color: #A305FF; }
a { background-color: rgb(163,5,255); }
div.DivClassName
{
background-color: #A305FF;
}
.BgClassName
{
background-color: #A305FF;
}
</style>
border-color css
<style>
span { border-color: #A305FF; }
span { border-color: rgb(163,5,255); }
td.TdClassName
{
border-color: #A305FF;
}
.TagClassName
{
border-color: #A305FF;
}
</style>