Shades of Violet Blue #A043A5
Tints of Violet Blue #A043A5
RGB
CMYK
RGB Variations
Color information
#A043A5 (or 0xA043A5) is known color: Violet Blue. HEX triplet: A0, 43 and A5. RGB value is (160,67,165). Sum of RGB (Red+Green+Blue) = 160+67+165=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #A043A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A043A5 is #5FBC5A. Grayscale: #696969. Windows color (decimal): -6274139 or 10830752. OLE color: 10830752.
HSL color Cylindrical-coordinate representation of color #A043A5: hue angle of 296.94º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A043A5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 67 | 165 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.35 |
| HSL | 296.94º | 0.42% | 0.45% | - |
| HSV(B) | 296.94º | 0.59% | 0.65% | - |
| XYZ | 23.3 | 14.2 | 37.11 | - |
| YUV | 105.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 165 | 0.03 | 0.59 | 0 | 0.35 | 296.94 | 0.42 | 0.45 |
| Hex | A0 | 43 | A5 | 3 | 3B | 0 | 23 | 129 | 2A | 2D |
| Octal | 240 | 103 | 245 | 3 | 73 | 0 | 43 | 451 | 52 | 55 |
| Binary | 10100000 | 1000011 | 10100101 | 11 | 111011 | 0 | 100011 | 100101001 | 101010 | 101101 |
Color Harmonies of #A043A5
Complementary color
Monochromatic Colors of #A043A5
Black with #A043A5
Text Example
Text Example
White with #A043A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043A5; }
p { color: rgb(160,67,165); }
H1.HeaderClassName
{
color: #A043A5;
}
.AnyTagClassName
{
color: #A043A5;
}
</style>
background-color css
<style>
a { background-color: #A043A5; }
a { background-color: rgb(160,67,165); }
div.DivClassName
{
background-color: #A043A5;
}
.BgClassName
{
background-color: #A043A5;
}
</style>
border-color css
<style>
span { border-color: #A043A5; }
span { border-color: rgb(160,67,165); }
td.TdClassName
{
border-color: #A043A5;
}
.TagClassName
{
border-color: #A043A5;
}
</style>