Shades of Blue Violet #A33CFE
Tints of Blue Violet #A33CFE
RGB
CMYK
RGB Variations
Color information
#A33CFE (or 0xA33CFE) is known color: Blue Violet. HEX triplet: A3, 3C and FE. RGB value is (163,60,254). Sum of RGB (Red+Green+Blue) = 163+60+254=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #A33CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CFE is #5CC301. Grayscale: #707070. Windows color (decimal): -6079234 or 16661667. OLE color: 16661667.
HSL color Cylindrical-coordinate representation of color #A33CFE: hue angle of 271.86º 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 #A33CFE is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 60 | 254 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.00 |
| HSL | 271.86º | 0.99% | 0.62% | - |
| HSV(B) | 271.86º | 0.76% | 1% | - |
| XYZ | 34.61 | 18.17 | 95.45 | - |
| YUV | 112.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 254 | 0.36 | 0.76 | 0 | 0.00 | 271.86 | 0.99 | 0.62 |
| Hex | A3 | 3C | FE | 24 | 4C | 0 | 0 | 110 | 63 | 3E |
| Octal | 243 | 74 | 376 | 44 | 114 | 0 | 0 | 420 | 143 | 76 |
| Binary | 10100011 | 111100 | 11111110 | 100100 | 1001100 | 0 | 0 | 100010000 | 1100011 | 111110 |
Color Harmonies of #A33CFE
Complementary color
Monochromatic Colors of #A33CFE
Black with #A33CFE
Text Example
Text Example
White with #A33CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CFE; }
p { color: rgb(163,60,254); }
H1.HeaderClassName
{
color: #A33CFE;
}
.AnyTagClassName
{
color: #A33CFE;
}
</style>
background-color css
<style>
a { background-color: #A33CFE; }
a { background-color: rgb(163,60,254); }
div.DivClassName
{
background-color: #A33CFE;
}
.BgClassName
{
background-color: #A33CFE;
}
</style>
border-color css
<style>
span { border-color: #A33CFE; }
span { border-color: rgb(163,60,254); }
td.TdClassName
{
border-color: #A33CFE;
}
.TagClassName
{
border-color: #A33CFE;
}
</style>