Shades of Violet Blue #A073A5
Tints of Violet Blue #A073A5
RGB
CMYK
RGB Variations
Color information
#A073A5 (or 0xA073A5) is known color: Violet Blue. HEX triplet: A0, 73 and A5. RGB value is (160,115,165). Sum of RGB (Red+Green+Blue) = 160+115+165=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #A073A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073A5 is #5F8C5A. Grayscale: #868686. Windows color (decimal): -6261851 or 10843040. OLE color: 10843040.
HSL color Cylindrical-coordinate representation of color #A073A5: hue angle of 294º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A073A5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 115 | 165 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.35 |
| HSL | 294º | 0.22% | 0.55% | - |
| HSV(B) | 294º | 0.3% | 0.65% | - |
| XYZ | 27.42 | 22.45 | 38.49 | - |
| YUV | 134.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 165 | 0.03 | 0.30 | 0 | 0.35 | 294 | 0.22 | 0.55 |
| Hex | A0 | 73 | A5 | 3 | 1E | 0 | 23 | 126 | 16 | 37 |
| Octal | 240 | 163 | 245 | 3 | 36 | 0 | 43 | 446 | 26 | 67 |
| Binary | 10100000 | 1110011 | 10100101 | 11 | 11110 | 0 | 100011 | 100100110 | 10110 | 110111 |
Color Harmonies of #A073A5
Complementary color
Monochromatic Colors of #A073A5
Black with #A073A5
Text Example
Text Example
White with #A073A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073A5; }
p { color: rgb(160,115,165); }
H1.HeaderClassName
{
color: #A073A5;
}
.AnyTagClassName
{
color: #A073A5;
}
</style>
background-color css
<style>
a { background-color: #A073A5; }
a { background-color: rgb(160,115,165); }
div.DivClassName
{
background-color: #A073A5;
}
.BgClassName
{
background-color: #A073A5;
}
</style>
border-color css
<style>
span { border-color: #A073A5; }
span { border-color: rgb(160,115,165); }
td.TdClassName
{
border-color: #A073A5;
}
.TagClassName
{
border-color: #A073A5;
}
</style>