Shades of Violet Blue #A33B9B
Tints of Violet Blue #A33B9B
RGB
CMYK
RGB Variations
Color information
#A33B9B (or 0xA33B9B) is known color: Violet Blue. HEX triplet: A3, 3B and 9B. RGB value is (163,59,155). Sum of RGB (Red+Green+Blue) = 163+59+155=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B9B is #5CC464. Grayscale: #646464. Windows color (decimal): -6079589 or 10173347. OLE color: 10173347.
HSL color Cylindrical-coordinate representation of color #A33B9B: hue angle of 304.62º 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 #A33B9B is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 155 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.36 |
| HSL | 304.62º | 0.47% | 0.44% | - |
| HSV(B) | 304.62º | 0.64% | 0.64% | - |
| XYZ | 22.58 | 13.28 | 32.38 | - |
| YUV | 101.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 155 | 0 | 0.64 | 0.05 | 0.36 | 304.62 | 0.47 | 0.44 |
| Hex | A3 | 3B | 9B | 0 | 40 | 5 | 24 | 131 | 2F | 2C |
| Octal | 243 | 73 | 233 | 0 | 100 | 5 | 44 | 461 | 57 | 54 |
| Binary | 10100011 | 111011 | 10011011 | 0 | 1000000 | 101 | 100100 | 100110001 | 101111 | 101100 |
Color Harmonies of #A33B9B
Complementary color
Monochromatic Colors of #A33B9B
Black with #A33B9B
Text Example
Text Example
White with #A33B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B9B; }
p { color: rgb(163,59,155); }
H1.HeaderClassName
{
color: #A33B9B;
}
.AnyTagClassName
{
color: #A33B9B;
}
</style>
background-color css
<style>
a { background-color: #A33B9B; }
a { background-color: rgb(163,59,155); }
div.DivClassName
{
background-color: #A33B9B;
}
.BgClassName
{
background-color: #A33B9B;
}
</style>
border-color css
<style>
span { border-color: #A33B9B; }
span { border-color: rgb(163,59,155); }
td.TdClassName
{
border-color: #A33B9B;
}
.TagClassName
{
border-color: #A33B9B;
}
</style>