Shades of Violet Blue #A65091
Tints of Violet Blue #A65091
RGB
CMYK
RGB Variations
Color information
#A65091 (or 0xA65091) is known color: Violet Blue. HEX triplet: A6, 50 and 91. RGB value is (166,80,145). Sum of RGB (Red+Green+Blue) = 166+80+145=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A65091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65091 is #59AF6E. Grayscale: #707070. Windows color (decimal): -5877615 or 9523366. OLE color: 9523366.
HSL color Cylindrical-coordinate representation of color #A65091: hue angle of 314.65º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65091 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 145 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.35 |
| HSL | 314.65º | 0.35% | 0.48% | - |
| HSV(B) | 314.65º | 0.52% | 0.65% | - |
| XYZ | 23.71 | 15.89 | 28.61 | - |
| YUV | 113.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 145 | 0 | 0.52 | 0.13 | 0.35 | 314.65 | 0.35 | 0.48 |
| Hex | A6 | 50 | 91 | 0 | 34 | D | 23 | 13B | 23 | 30 |
| Octal | 246 | 120 | 221 | 0 | 64 | 15 | 43 | 473 | 43 | 60 |
| Binary | 10100110 | 1010000 | 10010001 | 0 | 110100 | 1101 | 100011 | 100111011 | 100011 | 110000 |
Color Harmonies of #A65091
Complementary color
Monochromatic Colors of #A65091
Black with #A65091
Text Example
Text Example
White with #A65091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65091; }
p { color: rgb(166,80,145); }
H1.HeaderClassName
{
color: #A65091;
}
.AnyTagClassName
{
color: #A65091;
}
</style>
background-color css
<style>
a { background-color: #A65091; }
a { background-color: rgb(166,80,145); }
div.DivClassName
{
background-color: #A65091;
}
.BgClassName
{
background-color: #A65091;
}
</style>
border-color css
<style>
span { border-color: #A65091; }
span { border-color: rgb(166,80,145); }
td.TdClassName
{
border-color: #A65091;
}
.TagClassName
{
border-color: #A65091;
}
</style>