Shades of Violet Blue #A0609A
Tints of Violet Blue #A0609A
RGB
CMYK
RGB Variations
Color information
#A0609A (or 0xA0609A) is known color: Violet Blue. HEX triplet: A0, 60 and 9A. RGB value is (160,96,154). Sum of RGB (Red+Green+Blue) = 160+96+154=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609A is #5F9F65. Grayscale: #797979. Windows color (decimal): -6266726 or 10117280. OLE color: 10117280.
HSL color Cylindrical-coordinate representation of color #A0609A: hue angle of 305.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0609A is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 154 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.37 |
| HSL | 305.63º | 0.25% | 0.5% | - |
| HSV(B) | 305.63º | 0.4% | 0.63% | - |
| XYZ | 24.51 | 18.17 | 32.79 | - |
| YUV | 121.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 154 | 0 | 0.4 | 0.04 | 0.37 | 305.63 | 0.25 | 0.5 |
| Hex | A0 | 60 | 9A | 0 | 28 | 4 | 25 | 132 | 19 | 32 |
| Octal | 240 | 140 | 232 | 0 | 50 | 4 | 45 | 462 | 31 | 62 |
| Binary | 10100000 | 1100000 | 10011010 | 0 | 101000 | 100 | 100101 | 100110010 | 11001 | 110010 |
Color Harmonies of #A0609A
Complementary color
Monochromatic Colors of #A0609A
Black with #A0609A
Text Example
Text Example
White with #A0609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0609A; }
p { color: rgb(160,96,154); }
H1.HeaderClassName
{
color: #A0609A;
}
.AnyTagClassName
{
color: #A0609A;
}
</style>
background-color css
<style>
a { background-color: #A0609A; }
a { background-color: rgb(160,96,154); }
div.DivClassName
{
background-color: #A0609A;
}
.BgClassName
{
background-color: #A0609A;
}
</style>
border-color css
<style>
span { border-color: #A0609A; }
span { border-color: rgb(160,96,154); }
td.TdClassName
{
border-color: #A0609A;
}
.TagClassName
{
border-color: #A0609A;
}
</style>