Shades of Violet Blue #A261AD
Tints of Violet Blue #A261AD
RGB
CMYK
RGB Variations
Color information
#A261AD (or 0xA261AD) is known color: Violet Blue. HEX triplet: A2, 61 and AD. RGB value is (162,97,173). Sum of RGB (Red+Green+Blue) = 162+97+173=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A261AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A261AD is #5D9E52. Grayscale: #7C7C7C. Windows color (decimal): -6135379 or 11362722. OLE color: 11362722.
HSL color Cylindrical-coordinate representation of color #A261AD: hue angle of 291.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A261AD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 97 | 173 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.32 |
| HSL | 291.32º | 0.32% | 0.53% | - |
| HSV(B) | 291.32º | 0.44% | 0.68% | - |
| XYZ | 26.72 | 19.25 | 41.84 | - |
| YUV | 125.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 173 | 0.06 | 0.44 | 0 | 0.32 | 291.32 | 0.32 | 0.53 |
| Hex | A2 | 61 | AD | 6 | 2C | 0 | 20 | 123 | 20 | 35 |
| Octal | 242 | 141 | 255 | 6 | 54 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100010 | 1100001 | 10101101 | 110 | 101100 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A261AD
Complementary color
Monochromatic Colors of #A261AD
Black with #A261AD
Text Example
Text Example
White with #A261AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261AD; }
p { color: rgb(162,97,173); }
H1.HeaderClassName
{
color: #A261AD;
}
.AnyTagClassName
{
color: #A261AD;
}
</style>
background-color css
<style>
a { background-color: #A261AD; }
a { background-color: rgb(162,97,173); }
div.DivClassName
{
background-color: #A261AD;
}
.BgClassName
{
background-color: #A261AD;
}
</style>
border-color css
<style>
span { border-color: #A261AD; }
span { border-color: rgb(162,97,173); }
td.TdClassName
{
border-color: #A261AD;
}
.TagClassName
{
border-color: #A261AD;
}
</style>