Shades of Electric Purple #A307F2
Tints of Electric Purple #A307F2
RGB
CMYK
RGB Variations
Color information
#A307F2 (or 0xA307F2) is known color: Electric Purple. HEX triplet: A3, 07 and F2. RGB value is (163,7,242). Sum of RGB (Red+Green+Blue) = 163+7+242=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #A307F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307F2 is #5CF80D. Grayscale: #4F4F4F. Windows color (decimal): -6092814 or 15861667. OLE color: 15861667.
HSL color Cylindrical-coordinate representation of color #A307F2: hue angle of 279.83º 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 #A307F2 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 7 | 242 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.05 |
| HSL | 279.83º | 0.94% | 0.49% | - |
| HSV(B) | 279.83º | 0.97% | 0.95% | - |
| XYZ | 31.21 | 14.35 | 85.13 | - |
| YUV | 80.43 | 219.18 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 242 | 0.33 | 0.97 | 0 | 0.05 | 279.83 | 0.94 | 0.49 |
| Hex | A3 | 7 | F2 | 21 | 61 | 0 | 5 | 118 | 5E | 31 |
| Octal | 243 | 7 | 362 | 41 | 141 | 0 | 5 | 430 | 136 | 61 |
| Binary | 10100011 | 111 | 11110010 | 100001 | 1100001 | 0 | 101 | 100011000 | 1011110 | 110001 |
Color Harmonies of #A307F2
Complementary color
Monochromatic Colors of #A307F2
Black with #A307F2
Text Example
Text Example
White with #A307F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307F2; }
p { color: rgb(163,7,242); }
H1.HeaderClassName
{
color: #A307F2;
}
.AnyTagClassName
{
color: #A307F2;
}
</style>
background-color css
<style>
a { background-color: #A307F2; }
a { background-color: rgb(163,7,242); }
div.DivClassName
{
background-color: #A307F2;
}
.BgClassName
{
background-color: #A307F2;
}
</style>
border-color css
<style>
span { border-color: #A307F2; }
span { border-color: rgb(163,7,242); }
td.TdClassName
{
border-color: #A307F2;
}
.TagClassName
{
border-color: #A307F2;
}
</style>