Shades of Violet Blue #A042AA
Tints of Violet Blue #A042AA
RGB
CMYK
RGB Variations
Color information
#A042AA (or 0xA042AA) is known color: Violet Blue. HEX triplet: A0, 42 and AA. RGB value is (160,66,170). Sum of RGB (Red+Green+Blue) = 160+66+170=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A042AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AA is #5FBD55. Grayscale: #696969. Windows color (decimal): -6274390 or 11158176. OLE color: 11158176.
HSL color Cylindrical-coordinate representation of color #A042AA: hue angle of 294.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A042AA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 66 | 170 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.33 |
| HSL | 294.23º | 0.44% | 0.46% | - |
| HSV(B) | 294.23º | 0.61% | 0.67% | - |
| XYZ | 23.7 | 14.27 | 39.54 | - |
| YUV | 105.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 170 | 0.06 | 0.61 | 0 | 0.33 | 294.23 | 0.44 | 0.46 |
| Hex | A0 | 42 | AA | 6 | 3D | 0 | 21 | 126 | 2C | 2E |
| Octal | 240 | 102 | 252 | 6 | 75 | 0 | 41 | 446 | 54 | 56 |
| Binary | 10100000 | 1000010 | 10101010 | 110 | 111101 | 0 | 100001 | 100100110 | 101100 | 101110 |
Color Harmonies of #A042AA
Complementary color
Monochromatic Colors of #A042AA
Black with #A042AA
Text Example
Text Example
White with #A042AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042AA; }
p { color: rgb(160,66,170); }
H1.HeaderClassName
{
color: #A042AA;
}
.AnyTagClassName
{
color: #A042AA;
}
</style>
background-color css
<style>
a { background-color: #A042AA; }
a { background-color: rgb(160,66,170); }
div.DivClassName
{
background-color: #A042AA;
}
.BgClassName
{
background-color: #A042AA;
}
</style>
border-color css
<style>
span { border-color: #A042AA; }
span { border-color: rgb(160,66,170); }
td.TdClassName
{
border-color: #A042AA;
}
.TagClassName
{
border-color: #A042AA;
}
</style>