Shades of Violet Blue #A460AB
Tints of Violet Blue #A460AB
RGB
CMYK
RGB Variations
Color information
#A460AB (or 0xA460AB) is known color: Violet Blue. HEX triplet: A4, 60 and AB. RGB value is (164,96,171). Sum of RGB (Red+Green+Blue) = 164+96+171=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A460AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AB is #5B9F54. Grayscale: #7C7C7C. Windows color (decimal): -6004565 or 11231396. OLE color: 11231396.
HSL color Cylindrical-coordinate representation of color #A460AB: hue angle of 294.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A460AB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 96 | 171 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.33 |
| HSL | 294.4º | 0.31% | 0.52% | - |
| HSV(B) | 294.4º | 0.44% | 0.67% | - |
| XYZ | 26.84 | 19.2 | 40.82 | - |
| YUV | 124.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 171 | 0.04 | 0.44 | 0 | 0.33 | 294.4 | 0.31 | 0.52 |
| Hex | A4 | 60 | AB | 4 | 2C | 0 | 21 | 126 | 1F | 34 |
| Octal | 244 | 140 | 253 | 4 | 54 | 0 | 41 | 446 | 37 | 64 |
| Binary | 10100100 | 1100000 | 10101011 | 100 | 101100 | 0 | 100001 | 100100110 | 11111 | 110100 |
Color Harmonies of #A460AB
Complementary color
Monochromatic Colors of #A460AB
Black with #A460AB
Text Example
Text Example
White with #A460AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460AB; }
p { color: rgb(164,96,171); }
H1.HeaderClassName
{
color: #A460AB;
}
.AnyTagClassName
{
color: #A460AB;
}
</style>
background-color css
<style>
a { background-color: #A460AB; }
a { background-color: rgb(164,96,171); }
div.DivClassName
{
background-color: #A460AB;
}
.BgClassName
{
background-color: #A460AB;
}
</style>
border-color css
<style>
span { border-color: #A460AB; }
span { border-color: rgb(164,96,171); }
td.TdClassName
{
border-color: #A460AB;
}
.TagClassName
{
border-color: #A460AB;
}
</style>