Shades of Violet Blue #A6629B
Tints of Violet Blue #A6629B
RGB
CMYK
RGB Variations
Color information
#A6629B (or 0xA6629B) is known color: Violet Blue. HEX triplet: A6, 62 and 9B. RGB value is (166,98,155). Sum of RGB (Red+Green+Blue) = 166+98+155=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6629B is #599D64. Grayscale: #7C7C7C. Windows color (decimal): -5872997 or 10183334. OLE color: 10183334.
HSL color Cylindrical-coordinate representation of color #A6629B: hue angle of 309.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6629B is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 155 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.35 |
| HSL | 309.71º | 0.28% | 0.52% | - |
| HSV(B) | 309.71º | 0.41% | 0.65% | - |
| XYZ | 26.01 | 19.21 | 33.35 | - |
| YUV | 124.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 155 | 0 | 0.41 | 0.07 | 0.35 | 309.71 | 0.28 | 0.52 |
| Hex | A6 | 62 | 9B | 0 | 29 | 7 | 23 | 136 | 1C | 34 |
| Octal | 246 | 142 | 233 | 0 | 51 | 7 | 43 | 466 | 34 | 64 |
| Binary | 10100110 | 1100010 | 10011011 | 0 | 101001 | 111 | 100011 | 100110110 | 11100 | 110100 |
Color Harmonies of #A6629B
Complementary color
Monochromatic Colors of #A6629B
Black with #A6629B
Text Example
Text Example
White with #A6629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6629B; }
p { color: rgb(166,98,155); }
H1.HeaderClassName
{
color: #A6629B;
}
.AnyTagClassName
{
color: #A6629B;
}
</style>
background-color css
<style>
a { background-color: #A6629B; }
a { background-color: rgb(166,98,155); }
div.DivClassName
{
background-color: #A6629B;
}
.BgClassName
{
background-color: #A6629B;
}
</style>
border-color css
<style>
span { border-color: #A6629B; }
span { border-color: rgb(166,98,155); }
td.TdClassName
{
border-color: #A6629B;
}
.TagClassName
{
border-color: #A6629B;
}
</style>