Shades of Violet Blue #A33AAA
Tints of Violet Blue #A33AAA
RGB
CMYK
RGB Variations
Color information
#A33AAA (or 0xA33AAA) is known color: Violet Blue. HEX triplet: A3, 3A and AA. RGB value is (163,58,170). Sum of RGB (Red+Green+Blue) = 163+58+170=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #A33AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AAA is #5CC555. Grayscale: #656565. Windows color (decimal): -6079830 or 11156131. OLE color: 11156131.
HSL color Cylindrical-coordinate representation of color #A33AAA: hue angle of 296.25º 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 #A33AAA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 58 | 170 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.33 |
| HSL | 296.25º | 0.49% | 0.45% | - |
| HSV(B) | 296.25º | 0.66% | 0.67% | - |
| XYZ | 23.87 | 13.71 | 39.42 | - |
| YUV | 102.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 170 | 0.04 | 0.66 | 0 | 0.33 | 296.25 | 0.49 | 0.45 |
| Hex | A3 | 3A | AA | 4 | 42 | 0 | 21 | 128 | 31 | 2D |
| Octal | 243 | 72 | 252 | 4 | 102 | 0 | 41 | 450 | 61 | 55 |
| Binary | 10100011 | 111010 | 10101010 | 100 | 1000010 | 0 | 100001 | 100101000 | 110001 | 101101 |
Color Harmonies of #A33AAA
Complementary color
Monochromatic Colors of #A33AAA
Black with #A33AAA
Text Example
Text Example
White with #A33AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AAA; }
p { color: rgb(163,58,170); }
H1.HeaderClassName
{
color: #A33AAA;
}
.AnyTagClassName
{
color: #A33AAA;
}
</style>
background-color css
<style>
a { background-color: #A33AAA; }
a { background-color: rgb(163,58,170); }
div.DivClassName
{
background-color: #A33AAA;
}
.BgClassName
{
background-color: #A33AAA;
}
</style>
border-color css
<style>
span { border-color: #A33AAA; }
span { border-color: rgb(163,58,170); }
td.TdClassName
{
border-color: #A33AAA;
}
.TagClassName
{
border-color: #A33AAA;
}
</style>