Shades of Violet Blue #A65A90
Tints of Violet Blue #A65A90
RGB
CMYK
RGB Variations
Color information
#A65A90 (or 0xA65A90) is known color: Violet Blue. HEX triplet: A6, 5A and 90. RGB value is (166,90,144). Sum of RGB (Red+Green+Blue) = 166+90+144=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A90 is #59A56F. Grayscale: #767676. Windows color (decimal): -5875056 or 9460390. OLE color: 9460390.
HSL color Cylindrical-coordinate representation of color #A65A90: hue angle of 317.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A90 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 144 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.35 |
| HSL | 317.37º | 0.3% | 0.5% | - |
| HSV(B) | 317.37º | 0.46% | 0.65% | - |
| XYZ | 24.42 | 17.43 | 28.46 | - |
| YUV | 118.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 144 | 0 | 0.46 | 0.13 | 0.35 | 317.37 | 0.3 | 0.5 |
| Hex | A6 | 5A | 90 | 0 | 2E | D | 23 | 13D | 1E | 32 |
| Octal | 246 | 132 | 220 | 0 | 56 | 15 | 43 | 475 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10010000 | 0 | 101110 | 1101 | 100011 | 100111101 | 11110 | 110010 |
Color Harmonies of #A65A90
Complementary color
Monochromatic Colors of #A65A90
Black with #A65A90
Text Example
Text Example
White with #A65A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A90; }
p { color: rgb(166,90,144); }
H1.HeaderClassName
{
color: #A65A90;
}
.AnyTagClassName
{
color: #A65A90;
}
</style>
background-color css
<style>
a { background-color: #A65A90; }
a { background-color: rgb(166,90,144); }
div.DivClassName
{
background-color: #A65A90;
}
.BgClassName
{
background-color: #A65A90;
}
</style>
border-color css
<style>
span { border-color: #A65A90; }
span { border-color: rgb(166,90,144); }
td.TdClassName
{
border-color: #A65A90;
}
.TagClassName
{
border-color: #A65A90;
}
</style>