Shades of Electric Purple #A30BFC
Tints of Electric Purple #A30BFC
RGB
CMYK
RGB Variations
Color information
#A30BFC (or 0xA30BFC) is known color: Electric Purple. HEX triplet: A3, 0B and FC. RGB value is (163,11,252). Sum of RGB (Red+Green+Blue) = 163+11+252=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BFC is #5CF403. Grayscale: #535353. Windows color (decimal): -6091780 or 16518051. OLE color: 16518051.
HSL color Cylindrical-coordinate representation of color #A30BFC: hue angle of 277.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30BFC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 163 | 11 | 252 | - |
CMYK | 0.35 | 0.96 | 0 | 0.01 |
HSL | 277.84º | 0.98% | 0.52% | - |
HSV(B) | 277.84º | 0.96% | 0.99% | - |
XYZ | 32.79 | 15.05 | 93.27 | - |
YUV | 83.92 | 222.86 | 184.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 11 | 252 | 0.35 | 0.96 | 0 | 0.01 | 277.84 | 0.98 | 0.52 |
Hex | A3 | B | FC | 23 | 60 | 0 | 1 | 116 | 62 | 34 |
Octal | 243 | 13 | 374 | 43 | 140 | 0 | 1 | 426 | 142 | 64 |
Binary | 10100011 | 1011 | 11111100 | 100011 | 1100000 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A30BFC
Complementary color
Monochromatic Colors of #A30BFC
Black with #A30BFC
Text Example
Text Example
White with #A30BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BFC; }
p { color: rgb(163,11,252); }
H1.HeaderClassName
{
color: #A30BFC;
}
.AnyTagClassName
{
color: #A30BFC;
}
</style>
background-color css
<style>
a { background-color: #A30BFC; }
a { background-color: rgb(163,11,252); }
div.DivClassName
{
background-color: #A30BFC;
}
.BgClassName
{
background-color: #A30BFC;
}
</style>
border-color css
<style>
span { border-color: #A30BFC; }
span { border-color: rgb(163,11,252); }
td.TdClassName
{
border-color: #A30BFC;
}
.TagClassName
{
border-color: #A30BFC;
}
</style>