Shades of Violet Blue #A743AA
Tints of Violet Blue #A743AA
RGB
CMYK
RGB Variations
Color information
#A743AA (or 0xA743AA) is known color: Violet Blue. HEX triplet: A7, 43 and AA. RGB value is (167,67,170). Sum of RGB (Red+Green+Blue) = 167+67+170=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #A743AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A743AA is #58BC55. Grayscale: #6C6C6C. Windows color (decimal): -5815382 or 11158439. OLE color: 11158439.
HSL color Cylindrical-coordinate representation of color #A743AA: hue angle of 298.25º degrees, saturation: 0.43, 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 #A743AA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 67 | 170 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.33 |
| HSL | 298.25º | 0.43% | 0.46% | - |
| HSV(B) | 298.25º | 0.61% | 0.67% | - |
| XYZ | 25.2 | 15.13 | 39.62 | - |
| YUV | 108.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 170 | 0.02 | 0.61 | 0 | 0.33 | 298.25 | 0.43 | 0.46 |
| Hex | A7 | 43 | AA | 2 | 3D | 0 | 21 | 12A | 2B | 2E |
| Octal | 247 | 103 | 252 | 2 | 75 | 0 | 41 | 452 | 53 | 56 |
| Binary | 10100111 | 1000011 | 10101010 | 10 | 111101 | 0 | 100001 | 100101010 | 101011 | 101110 |
Color Harmonies of #A743AA
Complementary color
Monochromatic Colors of #A743AA
Black with #A743AA
Text Example
Text Example
White with #A743AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743AA; }
p { color: rgb(167,67,170); }
H1.HeaderClassName
{
color: #A743AA;
}
.AnyTagClassName
{
color: #A743AA;
}
</style>
background-color css
<style>
a { background-color: #A743AA; }
a { background-color: rgb(167,67,170); }
div.DivClassName
{
background-color: #A743AA;
}
.BgClassName
{
background-color: #A743AA;
}
</style>
border-color css
<style>
span { border-color: #A743AA; }
span { border-color: rgb(167,67,170); }
td.TdClassName
{
border-color: #A743AA;
}
.TagClassName
{
border-color: #A743AA;
}
</style>