Shades of Electric Purple #A318FF
Tints of Electric Purple #A318FF
RGB
CMYK
RGB Variations
Color information
#A318FF (or 0xA318FF) is known color: Electric Purple. HEX triplet: A3, 18 and FF. RGB value is (163,24,255). Sum of RGB (Red+Green+Blue) = 163+24+255=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A318FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318FF is #5CE700. Grayscale: #5B5B5B. Windows color (decimal): -6088449 or 16717987. OLE color: 16717987.
HSL color Cylindrical-coordinate representation of color #A318FF: hue angle of 276.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A318FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 24 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 276.1º | 1% | 0.55% | - |
| HSV(B) | 276.1º | 0.91% | 1% | - |
| XYZ | 33.48 | 15.66 | 95.87 | - |
| YUV | 91.9 | 220.05 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 255 | 0.36 | 0.91 | 0 | 0 | 276.1 | 1 | 0.55 |
| Hex | A3 | 18 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 243 | 30 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100011 | 11000 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A318FF
Complementary color
Monochromatic Colors of #A318FF
Black with #A318FF
Text Example
Text Example
White with #A318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318FF; }
p { color: rgb(163,24,255); }
H1.HeaderClassName
{
color: #A318FF;
}
.AnyTagClassName
{
color: #A318FF;
}
</style>
background-color css
<style>
a { background-color: #A318FF; }
a { background-color: rgb(163,24,255); }
div.DivClassName
{
background-color: #A318FF;
}
.BgClassName
{
background-color: #A318FF;
}
</style>
border-color css
<style>
span { border-color: #A318FF; }
span { border-color: rgb(163,24,255); }
td.TdClassName
{
border-color: #A318FF;
}
.TagClassName
{
border-color: #A318FF;
}
</style>