Shades of Violet Blue #A65B9E
Tints of Violet Blue #A65B9E
RGB
CMYK
RGB Variations
Color information
#A65B9E (or 0xA65B9E) is known color: Violet Blue. HEX triplet: A6, 5B and 9E. RGB value is (166,91,158). Sum of RGB (Red+Green+Blue) = 166+91+158=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B9E is #59A461. Grayscale: #787878. Windows color (decimal): -5874786 or 10378150. OLE color: 10378150.
HSL color Cylindrical-coordinate representation of color #A65B9E: hue angle of 306.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B9E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 158 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.35 |
| HSL | 306.4º | 0.3% | 0.5% | - |
| HSV(B) | 306.4º | 0.45% | 0.65% | - |
| XYZ | 25.64 | 18.06 | 34.48 | - |
| YUV | 121.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 158 | 0 | 0.45 | 0.05 | 0.35 | 306.4 | 0.3 | 0.5 |
| Hex | A6 | 5B | 9E | 0 | 2D | 5 | 23 | 132 | 1E | 32 |
| Octal | 246 | 133 | 236 | 0 | 55 | 5 | 43 | 462 | 36 | 62 |
| Binary | 10100110 | 1011011 | 10011110 | 0 | 101101 | 101 | 100011 | 100110010 | 11110 | 110010 |
Color Harmonies of #A65B9E
Complementary color
Monochromatic Colors of #A65B9E
Black with #A65B9E
Text Example
Text Example
White with #A65B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B9E; }
p { color: rgb(166,91,158); }
H1.HeaderClassName
{
color: #A65B9E;
}
.AnyTagClassName
{
color: #A65B9E;
}
</style>
background-color css
<style>
a { background-color: #A65B9E; }
a { background-color: rgb(166,91,158); }
div.DivClassName
{
background-color: #A65B9E;
}
.BgClassName
{
background-color: #A65B9E;
}
</style>
border-color css
<style>
span { border-color: #A65B9E; }
span { border-color: rgb(166,91,158); }
td.TdClassName
{
border-color: #A65B9E;
}
.TagClassName
{
border-color: #A65B9E;
}
</style>