Shades of Violet Blue #A168AA
Tints of Violet Blue #A168AA
RGB
CMYK
RGB Variations
Color information
#A168AA (or 0xA168AA) is known color: Violet Blue. HEX triplet: A1, 68 and AA. RGB value is (161,104,170). Sum of RGB (Red+Green+Blue) = 161+104+170=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A168AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A168AA is #5E9755. Grayscale: #808080. Windows color (decimal): -6199126 or 11167905. OLE color: 11167905.
HSL color Cylindrical-coordinate representation of color #A168AA: hue angle of 291.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A168AA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 104 | 170 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.33 |
| HSL | 291.82º | 0.28% | 0.54% | - |
| HSV(B) | 291.82º | 0.39% | 0.67% | - |
| XYZ | 26.9 | 20.38 | 40.55 | - |
| YUV | 128.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 170 | 0.05 | 0.39 | 0 | 0.33 | 291.82 | 0.28 | 0.54 |
| Hex | A1 | 68 | AA | 5 | 27 | 0 | 21 | 124 | 1C | 36 |
| Octal | 241 | 150 | 252 | 5 | 47 | 0 | 41 | 444 | 34 | 66 |
| Binary | 10100001 | 1101000 | 10101010 | 101 | 100111 | 0 | 100001 | 100100100 | 11100 | 110110 |
Color Harmonies of #A168AA
Complementary color
Monochromatic Colors of #A168AA
Black with #A168AA
Text Example
Text Example
White with #A168AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168AA; }
p { color: rgb(161,104,170); }
H1.HeaderClassName
{
color: #A168AA;
}
.AnyTagClassName
{
color: #A168AA;
}
</style>
background-color css
<style>
a { background-color: #A168AA; }
a { background-color: rgb(161,104,170); }
div.DivClassName
{
background-color: #A168AA;
}
.BgClassName
{
background-color: #A168AA;
}
</style>
border-color css
<style>
span { border-color: #A168AA; }
span { border-color: rgb(161,104,170); }
td.TdClassName
{
border-color: #A168AA;
}
.TagClassName
{
border-color: #A168AA;
}
</style>