Shades of Violet Blue #A33FAB
Tints of Violet Blue #A33FAB
RGB
CMYK
RGB Variations
Color information
#A33FAB (or 0xA33FAB) is known color: Violet Blue. HEX triplet: A3, 3F and AB. RGB value is (163,63,171). Sum of RGB (Red+Green+Blue) = 163+63+171=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A33FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FAB is #5CC054. Grayscale: #686868. Windows color (decimal): -6078549 or 11222947. OLE color: 11222947.
HSL color Cylindrical-coordinate representation of color #A33FAB: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33FAB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 63 | 171 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.33 |
| HSL | 295.56º | 0.46% | 0.46% | - |
| HSV(B) | 295.56º | 0.63% | 0.67% | - |
| XYZ | 24.23 | 14.28 | 40.01 | - |
| YUV | 105.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 171 | 0.05 | 0.63 | 0 | 0.33 | 295.56 | 0.46 | 0.46 |
| Hex | A3 | 3F | AB | 5 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 243 | 77 | 253 | 5 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100011 | 111111 | 10101011 | 101 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A33FAB
Complementary color
Monochromatic Colors of #A33FAB
Black with #A33FAB
Text Example
Text Example
White with #A33FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FAB; }
p { color: rgb(163,63,171); }
H1.HeaderClassName
{
color: #A33FAB;
}
.AnyTagClassName
{
color: #A33FAB;
}
</style>
background-color css
<style>
a { background-color: #A33FAB; }
a { background-color: rgb(163,63,171); }
div.DivClassName
{
background-color: #A33FAB;
}
.BgClassName
{
background-color: #A33FAB;
}
</style>
border-color css
<style>
span { border-color: #A33FAB; }
span { border-color: rgb(163,63,171); }
td.TdClassName
{
border-color: #A33FAB;
}
.TagClassName
{
border-color: #A33FAB;
}
</style>