Shades of Violet Blue #A043A7
Tints of Violet Blue #A043A7
RGB
CMYK
RGB Variations
Color information
#A043A7 (or 0xA043A7) is known color: Violet Blue. HEX triplet: A0, 43 and A7. RGB value is (160,67,167). Sum of RGB (Red+Green+Blue) = 160+67+167=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #A043A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A043A7 is #5FBC58. Grayscale: #696969. Windows color (decimal): -6274137 or 10961824. OLE color: 10961824.
HSL color Cylindrical-coordinate representation of color #A043A7: hue angle of 295.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A043A7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 67 | 167 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.35 |
| HSL | 295.8º | 0.43% | 0.46% | - |
| HSV(B) | 295.8º | 0.6% | 0.65% | - |
| XYZ | 23.48 | 14.28 | 38.08 | - |
| YUV | 106.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 167 | 0.04 | 0.60 | 0 | 0.35 | 295.8 | 0.43 | 0.46 |
| Hex | A0 | 43 | A7 | 4 | 3C | 0 | 23 | 128 | 2B | 2E |
| Octal | 240 | 103 | 247 | 4 | 74 | 0 | 43 | 450 | 53 | 56 |
| Binary | 10100000 | 1000011 | 10100111 | 100 | 111100 | 0 | 100011 | 100101000 | 101011 | 101110 |
Color Harmonies of #A043A7
Complementary color
Monochromatic Colors of #A043A7
Black with #A043A7
Text Example
Text Example
White with #A043A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043A7; }
p { color: rgb(160,67,167); }
H1.HeaderClassName
{
color: #A043A7;
}
.AnyTagClassName
{
color: #A043A7;
}
</style>
background-color css
<style>
a { background-color: #A043A7; }
a { background-color: rgb(160,67,167); }
div.DivClassName
{
background-color: #A043A7;
}
.BgClassName
{
background-color: #A043A7;
}
</style>
border-color css
<style>
span { border-color: #A043A7; }
span { border-color: rgb(160,67,167); }
td.TdClassName
{
border-color: #A043A7;
}
.TagClassName
{
border-color: #A043A7;
}
</style>