Shades of Violet Blue #A1669D
Tints of Violet Blue #A1669D
RGB
CMYK
RGB Variations
Color information
#A1669D (or 0xA1669D) is known color: Violet Blue. HEX triplet: A1, 66 and 9D. RGB value is (161,102,157). Sum of RGB (Red+Green+Blue) = 161+102+157=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1669D is #5E9962. Grayscale: #7D7D7D. Windows color (decimal): -6199651 or 10315425. OLE color: 10315425.
HSL color Cylindrical-coordinate representation of color #A1669D: hue angle of 304.07º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1669D is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 157 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.37 |
| HSL | 304.07º | 0.24% | 0.52% | - |
| HSV(B) | 304.07º | 0.37% | 0.63% | - |
| XYZ | 25.54 | 19.51 | 34.32 | - |
| YUV | 125.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 157 | 0 | 0.37 | 0.02 | 0.37 | 304.07 | 0.24 | 0.52 |
| Hex | A1 | 66 | 9D | 0 | 25 | 2 | 25 | 130 | 18 | 34 |
| Octal | 241 | 146 | 235 | 0 | 45 | 2 | 45 | 460 | 30 | 64 |
| Binary | 10100001 | 1100110 | 10011101 | 0 | 100101 | 10 | 100101 | 100110000 | 11000 | 110100 |
Color Harmonies of #A1669D
Complementary color
Monochromatic Colors of #A1669D
Black with #A1669D
Text Example
Text Example
White with #A1669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1669D; }
p { color: rgb(161,102,157); }
H1.HeaderClassName
{
color: #A1669D;
}
.AnyTagClassName
{
color: #A1669D;
}
</style>
background-color css
<style>
a { background-color: #A1669D; }
a { background-color: rgb(161,102,157); }
div.DivClassName
{
background-color: #A1669D;
}
.BgClassName
{
background-color: #A1669D;
}
</style>
border-color css
<style>
span { border-color: #A1669D; }
span { border-color: rgb(161,102,157); }
td.TdClassName
{
border-color: #A1669D;
}
.TagClassName
{
border-color: #A1669D;
}
</style>