Shades of Violet Blue #A169A8
Tints of Violet Blue #A169A8
RGB
CMYK
RGB Variations
Color information
#A169A8 (or 0xA169A8) is known color: Violet Blue. HEX triplet: A1, 69 and A8. RGB value is (161,105,168). Sum of RGB (Red+Green+Blue) = 161+105+168=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 168 - color contains mainly: blue. Hex color #A169A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169A8 is #5E9657. Grayscale: #808080. Windows color (decimal): -6198872 or 11037089. OLE color: 11037089.
HSL color Cylindrical-coordinate representation of color #A169A8: hue angle of 293.33º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A169A8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 105 | 168 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.34 |
| HSL | 293.33º | 0.27% | 0.54% | - |
| HSV(B) | 293.33º | 0.38% | 0.66% | - |
| XYZ | 26.82 | 20.51 | 39.59 | - |
| YUV | 128.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 168 | 0.04 | 0.38 | 0 | 0.34 | 293.33 | 0.27 | 0.54 |
| Hex | A1 | 69 | A8 | 4 | 26 | 0 | 22 | 125 | 1B | 36 |
| Octal | 241 | 151 | 250 | 4 | 46 | 0 | 42 | 445 | 33 | 66 |
| Binary | 10100001 | 1101001 | 10101000 | 100 | 100110 | 0 | 100010 | 100100101 | 11011 | 110110 |
Color Harmonies of #A169A8
Complementary color
Monochromatic Colors of #A169A8
Black with #A169A8
Text Example
Text Example
White with #A169A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169A8; }
p { color: rgb(161,105,168); }
H1.HeaderClassName
{
color: #A169A8;
}
.AnyTagClassName
{
color: #A169A8;
}
</style>
background-color css
<style>
a { background-color: #A169A8; }
a { background-color: rgb(161,105,168); }
div.DivClassName
{
background-color: #A169A8;
}
.BgClassName
{
background-color: #A169A8;
}
</style>
border-color css
<style>
span { border-color: #A169A8; }
span { border-color: rgb(161,105,168); }
td.TdClassName
{
border-color: #A169A8;
}
.TagClassName
{
border-color: #A169A8;
}
</style>