Shades of Violet Blue #A33AA9
Tints of Violet Blue #A33AA9
RGB
CMYK
RGB Variations
Color information
#A33AA9 (or 0xA33AA9) is known color: Violet Blue. HEX triplet: A3, 3A and A9. RGB value is (163,58,169). Sum of RGB (Red+Green+Blue) = 163+58+169=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #A33AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AA9 is #5CC556. Grayscale: #656565. Windows color (decimal): -6079831 or 11090595. OLE color: 11090595.
HSL color Cylindrical-coordinate representation of color #A33AA9: hue angle of 296.76º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33AA9 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 58 | 169 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.34 |
| HSL | 296.76º | 0.49% | 0.45% | - |
| HSV(B) | 296.76º | 0.66% | 0.66% | - |
| XYZ | 23.78 | 13.68 | 38.92 | - |
| YUV | 102.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 169 | 0.04 | 0.66 | 0 | 0.34 | 296.76 | 0.49 | 0.45 |
| Hex | A3 | 3A | A9 | 4 | 42 | 0 | 22 | 129 | 31 | 2D |
| Octal | 243 | 72 | 251 | 4 | 102 | 0 | 42 | 451 | 61 | 55 |
| Binary | 10100011 | 111010 | 10101001 | 100 | 1000010 | 0 | 100010 | 100101001 | 110001 | 101101 |
Color Harmonies of #A33AA9
Complementary color
Monochromatic Colors of #A33AA9
Black with #A33AA9
Text Example
Text Example
White with #A33AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AA9; }
p { color: rgb(163,58,169); }
H1.HeaderClassName
{
color: #A33AA9;
}
.AnyTagClassName
{
color: #A33AA9;
}
</style>
background-color css
<style>
a { background-color: #A33AA9; }
a { background-color: rgb(163,58,169); }
div.DivClassName
{
background-color: #A33AA9;
}
.BgClassName
{
background-color: #A33AA9;
}
</style>
border-color css
<style>
span { border-color: #A33AA9; }
span { border-color: rgb(163,58,169); }
td.TdClassName
{
border-color: #A33AA9;
}
.TagClassName
{
border-color: #A33AA9;
}
</style>