Shades of Violet Blue #A33AAB
Tints of Violet Blue #A33AAB
RGB
CMYK
RGB Variations
Color information
#A33AAB (or 0xA33AAB) is known color: Violet Blue. HEX triplet: A3, 3A and AB. RGB value is (163,58,171). Sum of RGB (Red+Green+Blue) = 163+58+171=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A33AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AAB is #5CC554. Grayscale: #656565. Windows color (decimal): -6079829 or 11221667. OLE color: 11221667.
HSL color Cylindrical-coordinate representation of color #A33AAB: hue angle of 295.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33AAB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 58 | 171 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.33 |
| HSL | 295.75º | 0.49% | 0.45% | - |
| HSV(B) | 295.75º | 0.66% | 0.67% | - |
| XYZ | 23.97 | 13.75 | 39.92 | - |
| YUV | 102.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 171 | 0.05 | 0.66 | 0 | 0.33 | 295.75 | 0.49 | 0.45 |
| Hex | A3 | 3A | AB | 5 | 42 | 0 | 21 | 128 | 31 | 2D |
| Octal | 243 | 72 | 253 | 5 | 102 | 0 | 41 | 450 | 61 | 55 |
| Binary | 10100011 | 111010 | 10101011 | 101 | 1000010 | 0 | 100001 | 100101000 | 110001 | 101101 |
Color Harmonies of #A33AAB
Complementary color
Monochromatic Colors of #A33AAB
Black with #A33AAB
Text Example
Text Example
White with #A33AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AAB; }
p { color: rgb(163,58,171); }
H1.HeaderClassName
{
color: #A33AAB;
}
.AnyTagClassName
{
color: #A33AAB;
}
</style>
background-color css
<style>
a { background-color: #A33AAB; }
a { background-color: rgb(163,58,171); }
div.DivClassName
{
background-color: #A33AAB;
}
.BgClassName
{
background-color: #A33AAB;
}
</style>
border-color css
<style>
span { border-color: #A33AAB; }
span { border-color: rgb(163,58,171); }
td.TdClassName
{
border-color: #A33AAB;
}
.TagClassName
{
border-color: #A33AAB;
}
</style>