Shades of Violet Blue #A65390
Tints of Violet Blue #A65390
RGB
CMYK
RGB Variations
Color information
#A65390 (or 0xA65390) is known color: Violet Blue. HEX triplet: A6, 53 and 90. RGB value is (166,83,144). Sum of RGB (Red+Green+Blue) = 166+83+144=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A65390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65390 is #59AC6F. Grayscale: #727272. Windows color (decimal): -5876848 or 9458598. OLE color: 9458598.
HSL color Cylindrical-coordinate representation of color #A65390: hue angle of 315.9º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65390 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 144 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.35 |
| HSL | 315.9º | 0.33% | 0.49% | - |
| HSV(B) | 315.9º | 0.5% | 0.65% | - |
| XYZ | 23.85 | 16.31 | 28.28 | - |
| YUV | 114.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 144 | 0 | 0.50 | 0.13 | 0.35 | 315.9 | 0.33 | 0.49 |
| Hex | A6 | 53 | 90 | 0 | 32 | D | 23 | 13C | 21 | 31 |
| Octal | 246 | 123 | 220 | 0 | 62 | 15 | 43 | 474 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10010000 | 0 | 110010 | 1101 | 100011 | 100111100 | 100001 | 110001 |
Color Harmonies of #A65390
Complementary color
Monochromatic Colors of #A65390
Black with #A65390
Text Example
Text Example
White with #A65390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65390; }
p { color: rgb(166,83,144); }
H1.HeaderClassName
{
color: #A65390;
}
.AnyTagClassName
{
color: #A65390;
}
</style>
background-color css
<style>
a { background-color: #A65390; }
a { background-color: rgb(166,83,144); }
div.DivClassName
{
background-color: #A65390;
}
.BgClassName
{
background-color: #A65390;
}
</style>
border-color css
<style>
span { border-color: #A65390; }
span { border-color: rgb(166,83,144); }
td.TdClassName
{
border-color: #A65390;
}
.TagClassName
{
border-color: #A65390;
}
</style>