Shades of Violet Blue #A0699D
Tints of Violet Blue #A0699D
RGB
CMYK
RGB Variations
Color information
#A0699D (or 0xA0699D) is known color: Violet Blue. HEX triplet: A0, 69 and 9D. RGB value is (160,105,157). Sum of RGB (Red+Green+Blue) = 160+105+157=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0699D is #5F9662. Grayscale: #7F7F7F. Windows color (decimal): -6264419 or 10316192. OLE color: 10316192.
HSL color Cylindrical-coordinate representation of color #A0699D: hue angle of 303.27º 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 #A0699D is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 157 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.37 |
| HSL | 303.27º | 0.22% | 0.52% | - |
| HSV(B) | 303.27º | 0.34% | 0.63% | - |
| XYZ | 25.63 | 20.01 | 34.41 | - |
| YUV | 127.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 157 | 0 | 0.34 | 0.02 | 0.37 | 303.27 | 0.22 | 0.52 |
| Hex | A0 | 69 | 9D | 0 | 22 | 2 | 25 | 12F | 16 | 34 |
| Octal | 240 | 151 | 235 | 0 | 42 | 2 | 45 | 457 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10011101 | 0 | 100010 | 10 | 100101 | 100101111 | 10110 | 110100 |
Color Harmonies of #A0699D
Complementary color
Monochromatic Colors of #A0699D
Black with #A0699D
Text Example
Text Example
White with #A0699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0699D; }
p { color: rgb(160,105,157); }
H1.HeaderClassName
{
color: #A0699D;
}
.AnyTagClassName
{
color: #A0699D;
}
</style>
background-color css
<style>
a { background-color: #A0699D; }
a { background-color: rgb(160,105,157); }
div.DivClassName
{
background-color: #A0699D;
}
.BgClassName
{
background-color: #A0699D;
}
</style>
border-color css
<style>
span { border-color: #A0699D; }
span { border-color: rgb(160,105,157); }
td.TdClassName
{
border-color: #A0699D;
}
.TagClassName
{
border-color: #A0699D;
}
</style>