Shades of Violet Blue #A33FA9
Tints of Violet Blue #A33FA9
RGB
CMYK
RGB Variations
Color information
#A33FA9 (or 0xA33FA9) is known color: Violet Blue. HEX triplet: A3, 3F and A9. RGB value is (163,63,169). Sum of RGB (Red+Green+Blue) = 163+63+169=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #A33FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FA9 is #5CC056. Grayscale: #686868. Windows color (decimal): -6078551 or 11091875. OLE color: 11091875.
HSL color Cylindrical-coordinate representation of color #A33FA9: hue angle of 296.6º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33FA9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 63 | 169 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.34 |
| HSL | 296.6º | 0.46% | 0.45% | - |
| HSV(B) | 296.6º | 0.63% | 0.66% | - |
| XYZ | 24.04 | 14.21 | 39.01 | - |
| YUV | 104.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 169 | 0.04 | 0.63 | 0 | 0.34 | 296.6 | 0.46 | 0.45 |
| Hex | A3 | 3F | A9 | 4 | 3F | 0 | 22 | 129 | 2E | 2D |
| Octal | 243 | 77 | 251 | 4 | 77 | 0 | 42 | 451 | 56 | 55 |
| Binary | 10100011 | 111111 | 10101001 | 100 | 111111 | 0 | 100010 | 100101001 | 101110 | 101101 |
Color Harmonies of #A33FA9
Complementary color
Monochromatic Colors of #A33FA9
Black with #A33FA9
Text Example
Text Example
White with #A33FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FA9; }
p { color: rgb(163,63,169); }
H1.HeaderClassName
{
color: #A33FA9;
}
.AnyTagClassName
{
color: #A33FA9;
}
</style>
background-color css
<style>
a { background-color: #A33FA9; }
a { background-color: rgb(163,63,169); }
div.DivClassName
{
background-color: #A33FA9;
}
.BgClassName
{
background-color: #A33FA9;
}
</style>
border-color css
<style>
span { border-color: #A33FA9; }
span { border-color: rgb(163,63,169); }
td.TdClassName
{
border-color: #A33FA9;
}
.TagClassName
{
border-color: #A33FA9;
}
</style>