Shades of Violet Blue #A33EA6
Tints of Violet Blue #A33EA6
RGB
CMYK
RGB Variations
Color information
#A33EA6 (or 0xA33EA6) is known color: Violet Blue. HEX triplet: A3, 3E and A6. RGB value is (163,62,166). Sum of RGB (Red+Green+Blue) = 163+62+166=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #A33EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33EA6 is #5CC159. Grayscale: #676767. Windows color (decimal): -6078810 or 10895011. OLE color: 10895011.
HSL color Cylindrical-coordinate representation of color #A33EA6: hue angle of 298.27º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33EA6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 62 | 166 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.35 |
| HSL | 298.27º | 0.46% | 0.45% | - |
| HSV(B) | 298.27º | 0.63% | 0.65% | - |
| XYZ | 23.71 | 13.98 | 37.53 | - |
| YUV | 104.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 166 | 0.02 | 0.63 | 0 | 0.35 | 298.27 | 0.46 | 0.45 |
| Hex | A3 | 3E | A6 | 2 | 3F | 0 | 23 | 12A | 2E | 2D |
| Octal | 243 | 76 | 246 | 2 | 77 | 0 | 43 | 452 | 56 | 55 |
| Binary | 10100011 | 111110 | 10100110 | 10 | 111111 | 0 | 100011 | 100101010 | 101110 | 101101 |
Color Harmonies of #A33EA6
Complementary color
Monochromatic Colors of #A33EA6
Black with #A33EA6
Text Example
Text Example
White with #A33EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EA6; }
p { color: rgb(163,62,166); }
H1.HeaderClassName
{
color: #A33EA6;
}
.AnyTagClassName
{
color: #A33EA6;
}
</style>
background-color css
<style>
a { background-color: #A33EA6; }
a { background-color: rgb(163,62,166); }
div.DivClassName
{
background-color: #A33EA6;
}
.BgClassName
{
background-color: #A33EA6;
}
</style>
border-color css
<style>
span { border-color: #A33EA6; }
span { border-color: rgb(163,62,166); }
td.TdClassName
{
border-color: #A33EA6;
}
.TagClassName
{
border-color: #A33EA6;
}
</style>