Shades of Violet Blue #A13AAA
Tints of Violet Blue #A13AAA
RGB
CMYK
RGB Variations
Color information
#A13AAA (or 0xA13AAA) is known color: Violet Blue. HEX triplet: A1, 3A and AA. RGB value is (161,58,170). Sum of RGB (Red+Green+Blue) = 161+58+170=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #A13AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AAA is #5EC555. Grayscale: #656565. Windows color (decimal): -6210902 or 11156129. OLE color: 11156129.
HSL color Cylindrical-coordinate representation of color #A13AAA: hue angle of 295.18º 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 #A13AAA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 58 | 170 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.33 |
| HSL | 295.18º | 0.49% | 0.45% | - |
| HSV(B) | 295.18º | 0.66% | 0.67% | - |
| XYZ | 23.47 | 13.51 | 39.4 | - |
| YUV | 101.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 170 | 0.05 | 0.66 | 0 | 0.33 | 295.18 | 0.49 | 0.45 |
| Hex | A1 | 3A | AA | 5 | 42 | 0 | 21 | 127 | 31 | 2D |
| Octal | 241 | 72 | 252 | 5 | 102 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100001 | 111010 | 10101010 | 101 | 1000010 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A13AAA
Complementary color
Monochromatic Colors of #A13AAA
Black with #A13AAA
Text Example
Text Example
White with #A13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AAA; }
p { color: rgb(161,58,170); }
H1.HeaderClassName
{
color: #A13AAA;
}
.AnyTagClassName
{
color: #A13AAA;
}
</style>
background-color css
<style>
a { background-color: #A13AAA; }
a { background-color: rgb(161,58,170); }
div.DivClassName
{
background-color: #A13AAA;
}
.BgClassName
{
background-color: #A13AAA;
}
</style>
border-color css
<style>
span { border-color: #A13AAA; }
span { border-color: rgb(161,58,170); }
td.TdClassName
{
border-color: #A13AAA;
}
.TagClassName
{
border-color: #A13AAA;
}
</style>