Shades of Blue Violet #A33CEA
Tints of Blue Violet #A33CEA
RGB
CMYK
RGB Variations
Color information
#A33CEA (or 0xA33CEA) is known color: Blue Violet. HEX triplet: A3, 3C and EA. RGB value is (163,60,234). Sum of RGB (Red+Green+Blue) = 163+60+234=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #A33CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CEA is #5CC315. Grayscale: #6E6E6E. Windows color (decimal): -6079254 or 15350947. OLE color: 15350947.
HSL color Cylindrical-coordinate representation of color #A33CEA: hue angle of 275.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33CEA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 60 | 234 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.08 |
| HSL | 275.52º | 0.81% | 0.58% | - |
| HSV(B) | 275.52º | 0.74% | 0.92% | - |
| XYZ | 31.57 | 16.96 | 79.45 | - |
| YUV | 110.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 234 | 0.30 | 0.74 | 0 | 0.08 | 275.52 | 0.81 | 0.58 |
| Hex | A3 | 3C | EA | 1E | 4A | 0 | 8 | 114 | 51 | 3A |
| Octal | 243 | 74 | 352 | 36 | 112 | 0 | 10 | 424 | 121 | 72 |
| Binary | 10100011 | 111100 | 11101010 | 11110 | 1001010 | 0 | 1000 | 100010100 | 1010001 | 111010 |
Color Harmonies of #A33CEA
Complementary color
Monochromatic Colors of #A33CEA
Black with #A33CEA
Text Example
Text Example
White with #A33CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CEA; }
p { color: rgb(163,60,234); }
H1.HeaderClassName
{
color: #A33CEA;
}
.AnyTagClassName
{
color: #A33CEA;
}
</style>
background-color css
<style>
a { background-color: #A33CEA; }
a { background-color: rgb(163,60,234); }
div.DivClassName
{
background-color: #A33CEA;
}
.BgClassName
{
background-color: #A33CEA;
}
</style>
border-color css
<style>
span { border-color: #A33CEA; }
span { border-color: rgb(163,60,234); }
td.TdClassName
{
border-color: #A33CEA;
}
.TagClassName
{
border-color: #A33CEA;
}
</style>