Shades of Violet Blue #A9629B
Tints of Violet Blue #A9629B
RGB
CMYK
RGB Variations
Color information
#A9629B (or 0xA9629B) is known color: Violet Blue. HEX triplet: A9, 62 and 9B. RGB value is (169,98,155). Sum of RGB (Red+Green+Blue) = 169+98+155=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9629B is #569D64. Grayscale: #7D7D7D. Windows color (decimal): -5676389 or 10183337. OLE color: 10183337.
HSL color Cylindrical-coordinate representation of color #A9629B: hue angle of 311.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9629B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 155 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.34 |
| HSL | 311.83º | 0.29% | 0.52% | - |
| HSV(B) | 311.83º | 0.42% | 0.66% | - |
| XYZ | 26.65 | 19.54 | 33.38 | - |
| YUV | 125.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 155 | 0 | 0.42 | 0.08 | 0.34 | 311.83 | 0.29 | 0.52 |
| Hex | A9 | 62 | 9B | 0 | 2A | 8 | 22 | 138 | 1D | 34 |
| Octal | 251 | 142 | 233 | 0 | 52 | 10 | 42 | 470 | 35 | 64 |
| Binary | 10101001 | 1100010 | 10011011 | 0 | 101010 | 1000 | 100010 | 100111000 | 11101 | 110100 |
Color Harmonies of #A9629B
Complementary color
Monochromatic Colors of #A9629B
Black with #A9629B
Text Example
Text Example
White with #A9629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9629B; }
p { color: rgb(169,98,155); }
H1.HeaderClassName
{
color: #A9629B;
}
.AnyTagClassName
{
color: #A9629B;
}
</style>
background-color css
<style>
a { background-color: #A9629B; }
a { background-color: rgb(169,98,155); }
div.DivClassName
{
background-color: #A9629B;
}
.BgClassName
{
background-color: #A9629B;
}
</style>
border-color css
<style>
span { border-color: #A9629B; }
span { border-color: rgb(169,98,155); }
td.TdClassName
{
border-color: #A9629B;
}
.TagClassName
{
border-color: #A9629B;
}
</style>