Shades of Violet Blue #A33BA0
Tints of Violet Blue #A33BA0
RGB
CMYK
RGB Variations
Color information
#A33BA0 (or 0xA33BA0) is known color: Violet Blue. HEX triplet: A3, 3B and A0. RGB value is (163,59,160). Sum of RGB (Red+Green+Blue) = 163+59+160=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A33BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33BA0 is #5CC45F. Grayscale: #656565. Windows color (decimal): -6079584 or 10501027. OLE color: 10501027.
HSL color Cylindrical-coordinate representation of color #A33BA0: hue angle of 301.73º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33BA0 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 160 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.36 |
| HSL | 301.73º | 0.47% | 0.44% | - |
| HSV(B) | 301.73º | 0.64% | 0.64% | - |
| XYZ | 23.01 | 13.45 | 34.64 | - |
| YUV | 101.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 160 | 0 | 0.64 | 0.02 | 0.36 | 301.73 | 0.47 | 0.44 |
| Hex | A3 | 3B | A0 | 0 | 40 | 2 | 24 | 12E | 2F | 2C |
| Octal | 243 | 73 | 240 | 0 | 100 | 2 | 44 | 456 | 57 | 54 |
| Binary | 10100011 | 111011 | 10100000 | 0 | 1000000 | 10 | 100100 | 100101110 | 101111 | 101100 |
Color Harmonies of #A33BA0
Complementary color
Monochromatic Colors of #A33BA0
Black with #A33BA0
Text Example
Text Example
White with #A33BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BA0; }
p { color: rgb(163,59,160); }
H1.HeaderClassName
{
color: #A33BA0;
}
.AnyTagClassName
{
color: #A33BA0;
}
</style>
background-color css
<style>
a { background-color: #A33BA0; }
a { background-color: rgb(163,59,160); }
div.DivClassName
{
background-color: #A33BA0;
}
.BgClassName
{
background-color: #A33BA0;
}
</style>
border-color css
<style>
span { border-color: #A33BA0; }
span { border-color: rgb(163,59,160); }
td.TdClassName
{
border-color: #A33BA0;
}
.TagClassName
{
border-color: #A33BA0;
}
</style>