Shades of Blue Violet #A03CFE
Tints of Blue Violet #A03CFE
RGB
CMYK
RGB Variations
Color information
#A03CFE (or 0xA03CFE) is known color: Blue Violet. HEX triplet: A0, 3C and FE. RGB value is (160,60,254). Sum of RGB (Red+Green+Blue) = 160+60+254=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #A03CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CFE is #5FC301. Grayscale: #6F6F6F. Windows color (decimal): -6275842 or 16661664. OLE color: 16661664.
HSL color Cylindrical-coordinate representation of color #A03CFE: hue angle of 270.93º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03CFE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 60 | 254 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.00 |
| HSL | 270.93º | 0.99% | 0.62% | - |
| HSV(B) | 270.93º | 0.76% | 1% | - |
| XYZ | 34 | 17.86 | 95.42 | - |
| YUV | 112.02 | 208.13 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 254 | 0.37 | 0.76 | 0 | 0.00 | 270.93 | 0.99 | 0.62 |
| Hex | A0 | 3C | FE | 25 | 4C | 0 | 0 | 10F | 63 | 3E |
| Octal | 240 | 74 | 376 | 45 | 114 | 0 | 0 | 417 | 143 | 76 |
| Binary | 10100000 | 111100 | 11111110 | 100101 | 1001100 | 0 | 0 | 100001111 | 1100011 | 111110 |
Color Harmonies of #A03CFE
Complementary color
Monochromatic Colors of #A03CFE
Black with #A03CFE
Text Example
Text Example
White with #A03CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CFE; }
p { color: rgb(160,60,254); }
H1.HeaderClassName
{
color: #A03CFE;
}
.AnyTagClassName
{
color: #A03CFE;
}
</style>
background-color css
<style>
a { background-color: #A03CFE; }
a { background-color: rgb(160,60,254); }
div.DivClassName
{
background-color: #A03CFE;
}
.BgClassName
{
background-color: #A03CFE;
}
</style>
border-color css
<style>
span { border-color: #A03CFE; }
span { border-color: rgb(160,60,254); }
td.TdClassName
{
border-color: #A03CFE;
}
.TagClassName
{
border-color: #A03CFE;
}
</style>