Shades of Violet Blue #A742AA
Tints of Violet Blue #A742AA
RGB
CMYK
RGB Variations
Color information
#A742AA (or 0xA742AA) is known color: Violet Blue. HEX triplet: A7, 42 and AA. RGB value is (167,66,170). Sum of RGB (Red+Green+Blue) = 167+66+170=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #A742AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A742AA is #58BD55. Grayscale: #6B6B6B. Windows color (decimal): -5815638 or 11158183. OLE color: 11158183.
HSL color Cylindrical-coordinate representation of color #A742AA: hue angle of 298.27º 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 #A742AA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 66 | 170 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.33 |
| HSL | 298.27º | 0.44% | 0.46% | - |
| HSV(B) | 298.27º | 0.61% | 0.67% | - |
| XYZ | 25.14 | 15.01 | 39.6 | - |
| YUV | 108.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 170 | 0.02 | 0.61 | 0 | 0.33 | 298.27 | 0.44 | 0.46 |
| Hex | A7 | 42 | AA | 2 | 3D | 0 | 21 | 12A | 2C | 2E |
| Octal | 247 | 102 | 252 | 2 | 75 | 0 | 41 | 452 | 54 | 56 |
| Binary | 10100111 | 1000010 | 10101010 | 10 | 111101 | 0 | 100001 | 100101010 | 101100 | 101110 |
Color Harmonies of #A742AA
Complementary color
Monochromatic Colors of #A742AA
Black with #A742AA
Text Example
Text Example
White with #A742AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742AA; }
p { color: rgb(167,66,170); }
H1.HeaderClassName
{
color: #A742AA;
}
.AnyTagClassName
{
color: #A742AA;
}
</style>
background-color css
<style>
a { background-color: #A742AA; }
a { background-color: rgb(167,66,170); }
div.DivClassName
{
background-color: #A742AA;
}
.BgClassName
{
background-color: #A742AA;
}
</style>
border-color css
<style>
span { border-color: #A742AA; }
span { border-color: rgb(167,66,170); }
td.TdClassName
{
border-color: #A742AA;
}
.TagClassName
{
border-color: #A742AA;
}
</style>