Shades of Violet Blue #A17DA2
Tints of Violet Blue #A17DA2
RGB
CMYK
RGB Variations
Color information
#A17DA2 (or 0xA17DA2) is known color: Violet Blue. HEX triplet: A1, 7D and A2. RGB value is (161,125,162). Sum of RGB (Red+Green+Blue) = 161+125+162=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 162 - color contains mainly: blue. Hex color #A17DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DA2 is #5E825D. Grayscale: #8B8B8B. Windows color (decimal): -6193758 or 10648993. OLE color: 10648993.
HSL color Cylindrical-coordinate representation of color #A17DA2: hue angle of 298.38º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17DA2 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 125 | 162 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.36 |
| HSL | 298.38º | 0.17% | 0.56% | - |
| HSV(B) | 298.38º | 0.23% | 0.64% | - |
| XYZ | 28.55 | 24.85 | 37.47 | - |
| YUV | 139.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 162 | 0.01 | 0.23 | 0 | 0.36 | 298.38 | 0.17 | 0.56 |
| Hex | A1 | 7D | A2 | 1 | 17 | 0 | 24 | 12A | 11 | 38 |
| Octal | 241 | 175 | 242 | 1 | 27 | 0 | 44 | 452 | 21 | 70 |
| Binary | 10100001 | 1111101 | 10100010 | 1 | 10111 | 0 | 100100 | 100101010 | 10001 | 111000 |
Color Harmonies of #A17DA2
Complementary color
Monochromatic Colors of #A17DA2
Black with #A17DA2
Text Example
Text Example
White with #A17DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DA2; }
p { color: rgb(161,125,162); }
H1.HeaderClassName
{
color: #A17DA2;
}
.AnyTagClassName
{
color: #A17DA2;
}
</style>
background-color css
<style>
a { background-color: #A17DA2; }
a { background-color: rgb(161,125,162); }
div.DivClassName
{
background-color: #A17DA2;
}
.BgClassName
{
background-color: #A17DA2;
}
</style>
border-color css
<style>
span { border-color: #A17DA2; }
span { border-color: rgb(161,125,162); }
td.TdClassName
{
border-color: #A17DA2;
}
.TagClassName
{
border-color: #A17DA2;
}
</style>