Shades of Electric Purple #A505F6
Tints of Electric Purple #A505F6
RGB
CMYK
RGB Variations
Color information
#A505F6 (or 0xA505F6) is known color: Electric Purple. HEX triplet: A5, 05 and F6. RGB value is (165,5,246). Sum of RGB (Red+Green+Blue) = 165+5+246=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #A505F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505F6 is #5AFA09. Grayscale: #4F4F4F. Windows color (decimal): -5962250 or 16123301. OLE color: 16123301.
HSL color Cylindrical-coordinate representation of color #A505F6: hue angle of 279.83º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505F6 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 5 | 246 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.04 |
| HSL | 279.83º | 0.96% | 0.49% | - |
| HSV(B) | 279.83º | 0.98% | 0.96% | - |
| XYZ | 32.21 | 14.76 | 88.34 | - |
| YUV | 80.31 | 221.51 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 246 | 0.33 | 0.98 | 0 | 0.04 | 279.83 | 0.96 | 0.49 |
| Hex | A5 | 5 | F6 | 21 | 62 | 0 | 4 | 118 | 60 | 31 |
| Octal | 245 | 5 | 366 | 41 | 142 | 0 | 4 | 430 | 140 | 61 |
| Binary | 10100101 | 101 | 11110110 | 100001 | 1100010 | 0 | 100 | 100011000 | 1100000 | 110001 |
Color Harmonies of #A505F6
Complementary color
Monochromatic Colors of #A505F6
Black with #A505F6
Text Example
Text Example
White with #A505F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505F6; }
p { color: rgb(165,5,246); }
H1.HeaderClassName
{
color: #A505F6;
}
.AnyTagClassName
{
color: #A505F6;
}
</style>
background-color css
<style>
a { background-color: #A505F6; }
a { background-color: rgb(165,5,246); }
div.DivClassName
{
background-color: #A505F6;
}
.BgClassName
{
background-color: #A505F6;
}
</style>
border-color css
<style>
span { border-color: #A505F6; }
span { border-color: rgb(165,5,246); }
td.TdClassName
{
border-color: #A505F6;
}
.TagClassName
{
border-color: #A505F6;
}
</style>