Shades of Violet Blue #A442AA
Tints of Violet Blue #A442AA
RGB
CMYK
RGB Variations
Color information
#A442AA (or 0xA442AA) is known color: Violet Blue. HEX triplet: A4, 42 and AA. RGB value is (164,66,170). Sum of RGB (Red+Green+Blue) = 164+66+170=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #A442AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AA is #5BBD55. Grayscale: #6A6A6A. Windows color (decimal): -6012246 or 11158180. OLE color: 11158180.
HSL color Cylindrical-coordinate representation of color #A442AA: hue angle of 296.54º 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 #A442AA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 66 | 170 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.33 |
| HSL | 296.54º | 0.44% | 0.46% | - |
| HSV(B) | 296.54º | 0.61% | 0.67% | - |
| XYZ | 24.51 | 14.69 | 39.57 | - |
| YUV | 107.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 170 | 0.04 | 0.61 | 0 | 0.33 | 296.54 | 0.44 | 0.46 |
| Hex | A4 | 42 | AA | 4 | 3D | 0 | 21 | 129 | 2C | 2E |
| Octal | 244 | 102 | 252 | 4 | 75 | 0 | 41 | 451 | 54 | 56 |
| Binary | 10100100 | 1000010 | 10101010 | 100 | 111101 | 0 | 100001 | 100101001 | 101100 | 101110 |
Color Harmonies of #A442AA
Complementary color
Monochromatic Colors of #A442AA
Black with #A442AA
Text Example
Text Example
White with #A442AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442AA; }
p { color: rgb(164,66,170); }
H1.HeaderClassName
{
color: #A442AA;
}
.AnyTagClassName
{
color: #A442AA;
}
</style>
background-color css
<style>
a { background-color: #A442AA; }
a { background-color: rgb(164,66,170); }
div.DivClassName
{
background-color: #A442AA;
}
.BgClassName
{
background-color: #A442AA;
}
</style>
border-color css
<style>
span { border-color: #A442AA; }
span { border-color: rgb(164,66,170); }
td.TdClassName
{
border-color: #A442AA;
}
.TagClassName
{
border-color: #A442AA;
}
</style>