Shades of Violet Blue #A65590
Tints of Violet Blue #A65590
RGB
CMYK
RGB Variations
Color information
#A65590 (or 0xA65590) is known color: Violet Blue. HEX triplet: A6, 55 and 90. RGB value is (166,85,144). Sum of RGB (Red+Green+Blue) = 166+85+144=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65590 is #59AA6F. Grayscale: #737373. Windows color (decimal): -5876336 or 9459110. OLE color: 9459110.
HSL color Cylindrical-coordinate representation of color #A65590: hue angle of 316.3º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65590 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 144 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.35 |
| HSL | 316.3º | 0.32% | 0.49% | - |
| HSV(B) | 316.3º | 0.49% | 0.65% | - |
| XYZ | 24.01 | 16.62 | 28.33 | - |
| YUV | 115.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 144 | 0 | 0.49 | 0.13 | 0.35 | 316.3 | 0.32 | 0.49 |
| Hex | A6 | 55 | 90 | 0 | 31 | D | 23 | 13C | 20 | 31 |
| Octal | 246 | 125 | 220 | 0 | 61 | 15 | 43 | 474 | 40 | 61 |
| Binary | 10100110 | 1010101 | 10010000 | 0 | 110001 | 1101 | 100011 | 100111100 | 100000 | 110001 |
Color Harmonies of #A65590
Complementary color
Monochromatic Colors of #A65590
Black with #A65590
Text Example
Text Example
White with #A65590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65590; }
p { color: rgb(166,85,144); }
H1.HeaderClassName
{
color: #A65590;
}
.AnyTagClassName
{
color: #A65590;
}
</style>
background-color css
<style>
a { background-color: #A65590; }
a { background-color: rgb(166,85,144); }
div.DivClassName
{
background-color: #A65590;
}
.BgClassName
{
background-color: #A65590;
}
</style>
border-color css
<style>
span { border-color: #A65590; }
span { border-color: rgb(166,85,144); }
td.TdClassName
{
border-color: #A65590;
}
.TagClassName
{
border-color: #A65590;
}
</style>