Shades of Electric Purple #A506F1
Tints of Electric Purple #A506F1
RGB
CMYK
RGB Variations
Color information
#A506F1 (or 0xA506F1) is known color: Electric Purple. HEX triplet: A5, 06 and F1. RGB value is (165,6,241). Sum of RGB (Red+Green+Blue) = 165+6+241=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #A506F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506F1 is #5AF90E. Grayscale: #4F4F4F. Windows color (decimal): -5961999 or 15795877. OLE color: 15795877.
HSL color Cylindrical-coordinate representation of color #A506F1: hue angle of 280.6º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A506F1 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 6 | 241 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.05 |
| HSL | 280.6º | 0.95% | 0.48% | - |
| HSV(B) | 280.6º | 0.98% | 0.95% | - |
| XYZ | 31.46 | 14.48 | 84.36 | - |
| YUV | 80.33 | 218.68 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 241 | 0.32 | 0.98 | 0 | 0.05 | 280.6 | 0.95 | 0.48 |
| Hex | A5 | 6 | F1 | 20 | 62 | 0 | 5 | 119 | 5F | 30 |
| Octal | 245 | 6 | 361 | 40 | 142 | 0 | 5 | 431 | 137 | 60 |
| Binary | 10100101 | 110 | 11110001 | 100000 | 1100010 | 0 | 101 | 100011001 | 1011111 | 110000 |
Color Harmonies of #A506F1
Complementary color
Monochromatic Colors of #A506F1
Black with #A506F1
Text Example
Text Example
White with #A506F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506F1; }
p { color: rgb(165,6,241); }
H1.HeaderClassName
{
color: #A506F1;
}
.AnyTagClassName
{
color: #A506F1;
}
</style>
background-color css
<style>
a { background-color: #A506F1; }
a { background-color: rgb(165,6,241); }
div.DivClassName
{
background-color: #A506F1;
}
.BgClassName
{
background-color: #A506F1;
}
</style>
border-color css
<style>
span { border-color: #A506F1; }
span { border-color: rgb(165,6,241); }
td.TdClassName
{
border-color: #A506F1;
}
.TagClassName
{
border-color: #A506F1;
}
</style>