Shades of Violet Blue #A1679B
Tints of Violet Blue #A1679B
RGB
CMYK
RGB Variations
Color information
#A1679B (or 0xA1679B) is known color: Violet Blue. HEX triplet: A1, 67 and 9B. RGB value is (161,103,155). Sum of RGB (Red+Green+Blue) = 161+103+155=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1679B is #5E9864. Grayscale: #7E7E7E. Windows color (decimal): -6199397 or 10184609. OLE color: 10184609.
HSL color Cylindrical-coordinate representation of color #A1679B: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1679B is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 155 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.37 |
| HSL | 306.21º | 0.24% | 0.52% | - |
| HSV(B) | 306.21º | 0.36% | 0.63% | - |
| XYZ | 25.46 | 19.64 | 33.46 | - |
| YUV | 126.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 155 | 0 | 0.36 | 0.04 | 0.37 | 306.21 | 0.24 | 0.52 |
| Hex | A1 | 67 | 9B | 0 | 24 | 4 | 25 | 132 | 18 | 34 |
| Octal | 241 | 147 | 233 | 0 | 44 | 4 | 45 | 462 | 30 | 64 |
| Binary | 10100001 | 1100111 | 10011011 | 0 | 100100 | 100 | 100101 | 100110010 | 11000 | 110100 |
Color Harmonies of #A1679B
Complementary color
Monochromatic Colors of #A1679B
Black with #A1679B
Text Example
Text Example
White with #A1679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1679B; }
p { color: rgb(161,103,155); }
H1.HeaderClassName
{
color: #A1679B;
}
.AnyTagClassName
{
color: #A1679B;
}
</style>
background-color css
<style>
a { background-color: #A1679B; }
a { background-color: rgb(161,103,155); }
div.DivClassName
{
background-color: #A1679B;
}
.BgClassName
{
background-color: #A1679B;
}
</style>
border-color css
<style>
span { border-color: #A1679B; }
span { border-color: rgb(161,103,155); }
td.TdClassName
{
border-color: #A1679B;
}
.TagClassName
{
border-color: #A1679B;
}
</style>