Shades of Blue Violet #A33FEA
Tints of Blue Violet #A33FEA
RGB
CMYK
RGB Variations
Color information
#A33FEA (or 0xA33FEA) is known color: Blue Violet. HEX triplet: A3, 3F and EA. RGB value is (163,63,234). Sum of RGB (Red+Green+Blue) = 163+63+234=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #A33FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FEA is #5CC015. Grayscale: #6F6F6F. Windows color (decimal): -6078486 or 15351715. OLE color: 15351715.
HSL color Cylindrical-coordinate representation of color #A33FEA: hue angle of 275.09º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33FEA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 63 | 234 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.08 |
| HSL | 275.09º | 0.8% | 0.58% | - |
| HSV(B) | 275.09º | 0.73% | 0.92% | - |
| XYZ | 31.73 | 17.28 | 79.51 | - |
| YUV | 112.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 234 | 0.30 | 0.73 | 0 | 0.08 | 275.09 | 0.8 | 0.58 |
| Hex | A3 | 3F | EA | 1E | 49 | 0 | 8 | 113 | 50 | 3A |
| Octal | 243 | 77 | 352 | 36 | 111 | 0 | 10 | 423 | 120 | 72 |
| Binary | 10100011 | 111111 | 11101010 | 11110 | 1001001 | 0 | 1000 | 100010011 | 1010000 | 111010 |
Color Harmonies of #A33FEA
Complementary color
Monochromatic Colors of #A33FEA
Black with #A33FEA
Text Example
Text Example
White with #A33FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FEA; }
p { color: rgb(163,63,234); }
H1.HeaderClassName
{
color: #A33FEA;
}
.AnyTagClassName
{
color: #A33FEA;
}
</style>
background-color css
<style>
a { background-color: #A33FEA; }
a { background-color: rgb(163,63,234); }
div.DivClassName
{
background-color: #A33FEA;
}
.BgClassName
{
background-color: #A33FEA;
}
</style>
border-color css
<style>
span { border-color: #A33FEA; }
span { border-color: rgb(163,63,234); }
td.TdClassName
{
border-color: #A33FEA;
}
.TagClassName
{
border-color: #A33FEA;
}
</style>