Shades of Violet Blue #A461AA
Tints of Violet Blue #A461AA
RGB
CMYK
RGB Variations
Color information
#A461AA (or 0xA461AA) is known color: Violet Blue. HEX triplet: A4, 61 and AA. RGB value is (164,97,170). Sum of RGB (Red+Green+Blue) = 164+97+170=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A461AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AA is #5B9E55. Grayscale: #7D7D7D. Windows color (decimal): -6004310 or 11166116. OLE color: 11166116.
HSL color Cylindrical-coordinate representation of color #A461AA: hue angle of 295.07º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A461AA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 97 | 170 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.33 |
| HSL | 295.07º | 0.3% | 0.52% | - |
| HSV(B) | 295.07º | 0.43% | 0.67% | - |
| XYZ | 26.84 | 19.34 | 40.35 | - |
| YUV | 125.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 170 | 0.04 | 0.43 | 0 | 0.33 | 295.07 | 0.3 | 0.52 |
| Hex | A4 | 61 | AA | 4 | 2B | 0 | 21 | 127 | 1E | 34 |
| Octal | 244 | 141 | 252 | 4 | 53 | 0 | 41 | 447 | 36 | 64 |
| Binary | 10100100 | 1100001 | 10101010 | 100 | 101011 | 0 | 100001 | 100100111 | 11110 | 110100 |
Color Harmonies of #A461AA
Complementary color
Monochromatic Colors of #A461AA
Black with #A461AA
Text Example
Text Example
White with #A461AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461AA; }
p { color: rgb(164,97,170); }
H1.HeaderClassName
{
color: #A461AA;
}
.AnyTagClassName
{
color: #A461AA;
}
</style>
background-color css
<style>
a { background-color: #A461AA; }
a { background-color: rgb(164,97,170); }
div.DivClassName
{
background-color: #A461AA;
}
.BgClassName
{
background-color: #A461AA;
}
</style>
border-color css
<style>
span { border-color: #A461AA; }
span { border-color: rgb(164,97,170); }
td.TdClassName
{
border-color: #A461AA;
}
.TagClassName
{
border-color: #A461AA;
}
</style>