Shades of Electric Purple #A308F2
Tints of Electric Purple #A308F2
RGB
CMYK
RGB Variations
Color information
#A308F2 (or 0xA308F2) is known color: Electric Purple. HEX triplet: A3, 08 and F2. RGB value is (163,8,242). Sum of RGB (Red+Green+Blue) = 163+8+242=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #A308F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308F2 is #5CF70D. Grayscale: #505050. Windows color (decimal): -6092558 or 15861923. OLE color: 15861923.
HSL color Cylindrical-coordinate representation of color #A308F2: hue angle of 279.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A308F2 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 8 | 242 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.05 |
| HSL | 279.74º | 0.94% | 0.49% | - |
| HSV(B) | 279.74º | 0.97% | 0.95% | - |
| XYZ | 31.22 | 14.37 | 85.13 | - |
| YUV | 81.02 | 218.85 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 242 | 0.33 | 0.97 | 0 | 0.05 | 279.74 | 0.94 | 0.49 |
| Hex | A3 | 8 | F2 | 21 | 61 | 0 | 5 | 118 | 5E | 31 |
| Octal | 243 | 10 | 362 | 41 | 141 | 0 | 5 | 430 | 136 | 61 |
| Binary | 10100011 | 1000 | 11110010 | 100001 | 1100001 | 0 | 101 | 100011000 | 1011110 | 110001 |
Color Harmonies of #A308F2
Complementary color
Monochromatic Colors of #A308F2
Black with #A308F2
Text Example
Text Example
White with #A308F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308F2; }
p { color: rgb(163,8,242); }
H1.HeaderClassName
{
color: #A308F2;
}
.AnyTagClassName
{
color: #A308F2;
}
</style>
background-color css
<style>
a { background-color: #A308F2; }
a { background-color: rgb(163,8,242); }
div.DivClassName
{
background-color: #A308F2;
}
.BgClassName
{
background-color: #A308F2;
}
</style>
border-color css
<style>
span { border-color: #A308F2; }
span { border-color: rgb(163,8,242); }
td.TdClassName
{
border-color: #A308F2;
}
.TagClassName
{
border-color: #A308F2;
}
</style>