Shades of Violet Blue #A0699B
Tints of Violet Blue #A0699B
RGB
CMYK
RGB Variations
Color information
#A0699B (or 0xA0699B) is known color: Violet Blue. HEX triplet: A0, 69 and 9B. RGB value is (160,105,155). Sum of RGB (Red+Green+Blue) = 160+105+155=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0699B is #5F9664. Grayscale: #7E7E7E. Windows color (decimal): -6264421 or 10185120. OLE color: 10185120.
HSL color Cylindrical-coordinate representation of color #A0699B: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0699B is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 155 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.37 |
| HSL | 305.45º | 0.22% | 0.52% | - |
| HSV(B) | 305.45º | 0.34% | 0.63% | - |
| XYZ | 25.47 | 19.94 | 33.52 | - |
| YUV | 127.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 155 | 0 | 0.34 | 0.03 | 0.37 | 305.45 | 0.22 | 0.52 |
| Hex | A0 | 69 | 9B | 0 | 22 | 3 | 25 | 131 | 16 | 34 |
| Octal | 240 | 151 | 233 | 0 | 42 | 3 | 45 | 461 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10011011 | 0 | 100010 | 11 | 100101 | 100110001 | 10110 | 110100 |
Color Harmonies of #A0699B
Complementary color
Monochromatic Colors of #A0699B
Black with #A0699B
Text Example
Text Example
White with #A0699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0699B; }
p { color: rgb(160,105,155); }
H1.HeaderClassName
{
color: #A0699B;
}
.AnyTagClassName
{
color: #A0699B;
}
</style>
background-color css
<style>
a { background-color: #A0699B; }
a { background-color: rgb(160,105,155); }
div.DivClassName
{
background-color: #A0699B;
}
.BgClassName
{
background-color: #A0699B;
}
</style>
border-color css
<style>
span { border-color: #A0699B; }
span { border-color: rgb(160,105,155); }
td.TdClassName
{
border-color: #A0699B;
}
.TagClassName
{
border-color: #A0699B;
}
</style>