Shades of Violet Blue #A65195
Tints of Violet Blue #A65195
RGB
CMYK
RGB Variations
Color information
#A65195 (or 0xA65195) is known color: Violet Blue. HEX triplet: A6, 51 and 95. RGB value is (166,81,149). Sum of RGB (Red+Green+Blue) = 166+81+149=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65195 is #59AE6A. Grayscale: #717171. Windows color (decimal): -5877355 or 9785766. OLE color: 9785766.
HSL color Cylindrical-coordinate representation of color #A65195: hue angle of 312º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65195 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 149 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.35 |
| HSL | 312º | 0.34% | 0.48% | - |
| HSV(B) | 312º | 0.51% | 0.65% | - |
| XYZ | 24.09 | 16.16 | 30.28 | - |
| YUV | 114.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 149 | 0 | 0.51 | 0.10 | 0.35 | 312 | 0.34 | 0.48 |
| Hex | A6 | 51 | 95 | 0 | 33 | A | 23 | 138 | 22 | 30 |
| Octal | 246 | 121 | 225 | 0 | 63 | 12 | 43 | 470 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10010101 | 0 | 110011 | 1010 | 100011 | 100111000 | 100010 | 110000 |
Color Harmonies of #A65195
Complementary color
Monochromatic Colors of #A65195
Black with #A65195
Text Example
Text Example
White with #A65195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65195; }
p { color: rgb(166,81,149); }
H1.HeaderClassName
{
color: #A65195;
}
.AnyTagClassName
{
color: #A65195;
}
</style>
background-color css
<style>
a { background-color: #A65195; }
a { background-color: rgb(166,81,149); }
div.DivClassName
{
background-color: #A65195;
}
.BgClassName
{
background-color: #A65195;
}
</style>
border-color css
<style>
span { border-color: #A65195; }
span { border-color: rgb(166,81,149); }
td.TdClassName
{
border-color: #A65195;
}
.TagClassName
{
border-color: #A65195;
}
</style>