Shades of Electric Purple #A10BF2
Tints of Electric Purple #A10BF2
RGB
CMYK
RGB Variations
Color information
#A10BF2 (or 0xA10BF2) is known color: Electric Purple. HEX triplet: A1, 0B and F2. RGB value is (161,11,242). Sum of RGB (Red+Green+Blue) = 161+11+242=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #A10BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10BF2 is #5EF40D. Grayscale: #515151. Windows color (decimal): -6222862 or 15862689. OLE color: 15862689.
HSL color Cylindrical-coordinate representation of color #A10BF2: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10BF2 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 11 | 242 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.05 |
| HSL | 278.96º | 0.91% | 0.5% | - |
| HSV(B) | 278.96º | 0.95% | 0.95% | - |
| XYZ | 30.84 | 14.23 | 85.12 | - |
| YUV | 82.18 | 218.2 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 242 | 0.33 | 0.95 | 0 | 0.05 | 278.96 | 0.91 | 0.5 |
| Hex | A1 | B | F2 | 21 | 5F | 0 | 5 | 117 | 5B | 32 |
| Octal | 241 | 13 | 362 | 41 | 137 | 0 | 5 | 427 | 133 | 62 |
| Binary | 10100001 | 1011 | 11110010 | 100001 | 1011111 | 0 | 101 | 100010111 | 1011011 | 110010 |
Color Harmonies of #A10BF2
Complementary color
Monochromatic Colors of #A10BF2
Black with #A10BF2
Text Example
Text Example
White with #A10BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BF2; }
p { color: rgb(161,11,242); }
H1.HeaderClassName
{
color: #A10BF2;
}
.AnyTagClassName
{
color: #A10BF2;
}
</style>
background-color css
<style>
a { background-color: #A10BF2; }
a { background-color: rgb(161,11,242); }
div.DivClassName
{
background-color: #A10BF2;
}
.BgClassName
{
background-color: #A10BF2;
}
</style>
border-color css
<style>
span { border-color: #A10BF2; }
span { border-color: rgb(161,11,242); }
td.TdClassName
{
border-color: #A10BF2;
}
.TagClassName
{
border-color: #A10BF2;
}
</style>