Shades of Electric Purple #A805F3
Tints of Electric Purple #A805F3
RGB
CMYK
RGB Variations
Color information
#A805F3 (or 0xA805F3) is known color: Electric Purple. HEX triplet: A8, 05 and F3. RGB value is (168,5,243). Sum of RGB (Red+Green+Blue) = 168+5+243=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #A805F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F3 is #57FA0C. Grayscale: #505050. Windows color (decimal): -5765645 or 15926696. OLE color: 15926696.
HSL color Cylindrical-coordinate representation of color #A805F3: hue angle of 281.09º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805F3 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 5 | 243 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.05 |
| HSL | 281.09º | 0.96% | 0.49% | - |
| HSV(B) | 281.09º | 0.98% | 0.95% | - |
| XYZ | 32.38 | 14.9 | 85.96 | - |
| YUV | 80.87 | 219.5 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 243 | 0.31 | 0.98 | 0 | 0.05 | 281.09 | 0.96 | 0.49 |
| Hex | A8 | 5 | F3 | 1F | 62 | 0 | 5 | 119 | 60 | 31 |
| Octal | 250 | 5 | 363 | 37 | 142 | 0 | 5 | 431 | 140 | 61 |
| Binary | 10101000 | 101 | 11110011 | 11111 | 1100010 | 0 | 101 | 100011001 | 1100000 | 110001 |
Color Harmonies of #A805F3
Complementary color
Monochromatic Colors of #A805F3
Black with #A805F3
Text Example
Text Example
White with #A805F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805F3; }
p { color: rgb(168,5,243); }
H1.HeaderClassName
{
color: #A805F3;
}
.AnyTagClassName
{
color: #A805F3;
}
</style>
background-color css
<style>
a { background-color: #A805F3; }
a { background-color: rgb(168,5,243); }
div.DivClassName
{
background-color: #A805F3;
}
.BgClassName
{
background-color: #A805F3;
}
</style>
border-color css
<style>
span { border-color: #A805F3; }
span { border-color: rgb(168,5,243); }
td.TdClassName
{
border-color: #A805F3;
}
.TagClassName
{
border-color: #A805F3;
}
</style>