Shades of Violet Blue #A06594
Tints of Violet Blue #A06594
RGB
CMYK
RGB Variations
Color information
#A06594 (or 0xA06594) is known color: Violet Blue. HEX triplet: A0, 65 and 94. RGB value is (160,101,148). Sum of RGB (Red+Green+Blue) = 160+101+148=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06594 is #5F9A6B. Grayscale: #7B7B7B. Windows color (decimal): -6265452 or 9725344. OLE color: 9725344.
HSL color Cylindrical-coordinate representation of color #A06594: hue angle of 312.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06594 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 148 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.37 |
| HSL | 312.2º | 0.24% | 0.51% | - |
| HSV(B) | 312.2º | 0.37% | 0.63% | - |
| XYZ | 24.5 | 18.92 | 30.38 | - |
| YUV | 124 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 148 | 0 | 0.37 | 0.07 | 0.37 | 312.2 | 0.24 | 0.51 |
| Hex | A0 | 65 | 94 | 0 | 25 | 7 | 25 | 138 | 18 | 33 |
| Octal | 240 | 145 | 224 | 0 | 45 | 7 | 45 | 470 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10010100 | 0 | 100101 | 111 | 100101 | 100111000 | 11000 | 110011 |
Color Harmonies of #A06594
Complementary color
Monochromatic Colors of #A06594
Black with #A06594
Text Example
Text Example
White with #A06594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06594; }
p { color: rgb(160,101,148); }
H1.HeaderClassName
{
color: #A06594;
}
.AnyTagClassName
{
color: #A06594;
}
</style>
background-color css
<style>
a { background-color: #A06594; }
a { background-color: rgb(160,101,148); }
div.DivClassName
{
background-color: #A06594;
}
.BgClassName
{
background-color: #A06594;
}
</style>
border-color css
<style>
span { border-color: #A06594; }
span { border-color: rgb(160,101,148); }
td.TdClassName
{
border-color: #A06594;
}
.TagClassName
{
border-color: #A06594;
}
</style>