Shades of Electric Purple #A208FB
Tints of Electric Purple #A208FB
RGB
CMYK
RGB Variations
Color information
#A208FB (or 0xA208FB) is known color: Electric Purple. HEX triplet: A2, 08 and FB. RGB value is (162,8,251). Sum of RGB (Red+Green+Blue) = 162+8+251=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #A208FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A208FB is #5DF704. Grayscale: #505050. Windows color (decimal): -6158085 or 16451746. OLE color: 16451746.
HSL color Cylindrical-coordinate representation of color #A208FB: hue angle of 278.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A208FB is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 8 | 251 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.02 |
| HSL | 278.02º | 0.97% | 0.51% | - |
| HSV(B) | 278.02º | 0.97% | 0.98% | - |
| XYZ | 32.4 | 14.82 | 92.42 | - |
| YUV | 81.75 | 223.52 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 251 | 0.35 | 0.97 | 0 | 0.02 | 278.02 | 0.97 | 0.51 |
| Hex | A2 | 8 | FB | 23 | 61 | 0 | 2 | 116 | 61 | 33 |
| Octal | 242 | 10 | 373 | 43 | 141 | 0 | 2 | 426 | 141 | 63 |
| Binary | 10100010 | 1000 | 11111011 | 100011 | 1100001 | 0 | 10 | 100010110 | 1100001 | 110011 |
Color Harmonies of #A208FB
Complementary color
Monochromatic Colors of #A208FB
Black with #A208FB
Text Example
Text Example
White with #A208FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208FB; }
p { color: rgb(162,8,251); }
H1.HeaderClassName
{
color: #A208FB;
}
.AnyTagClassName
{
color: #A208FB;
}
</style>
background-color css
<style>
a { background-color: #A208FB; }
a { background-color: rgb(162,8,251); }
div.DivClassName
{
background-color: #A208FB;
}
.BgClassName
{
background-color: #A208FB;
}
</style>
border-color css
<style>
span { border-color: #A208FB; }
span { border-color: rgb(162,8,251); }
td.TdClassName
{
border-color: #A208FB;
}
.TagClassName
{
border-color: #A208FB;
}
</style>