Shades of Violet Blue #A65BA1
Tints of Violet Blue #A65BA1
RGB
CMYK
RGB Variations
Color information
#A65BA1 (or 0xA65BA1) is known color: Violet Blue. HEX triplet: A6, 5B and A1. RGB value is (166,91,161). Sum of RGB (Red+Green+Blue) = 166+91+161=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A65BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BA1 is #59A45E. Grayscale: #797979. Windows color (decimal): -5874783 or 10574758. OLE color: 10574758.
HSL color Cylindrical-coordinate representation of color #A65BA1: hue angle of 304º 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 #A65BA1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 161 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.35 |
| HSL | 304º | 0.3% | 0.5% | - |
| HSV(B) | 304º | 0.45% | 0.65% | - |
| XYZ | 25.9 | 18.16 | 35.86 | - |
| YUV | 121.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 161 | 0 | 0.45 | 0.03 | 0.35 | 304 | 0.3 | 0.5 |
| Hex | A6 | 5B | A1 | 0 | 2D | 3 | 23 | 130 | 1E | 32 |
| Octal | 246 | 133 | 241 | 0 | 55 | 3 | 43 | 460 | 36 | 62 |
| Binary | 10100110 | 1011011 | 10100001 | 0 | 101101 | 11 | 100011 | 100110000 | 11110 | 110010 |
Color Harmonies of #A65BA1
Complementary color
Monochromatic Colors of #A65BA1
Black with #A65BA1
Text Example
Text Example
White with #A65BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BA1; }
p { color: rgb(166,91,161); }
H1.HeaderClassName
{
color: #A65BA1;
}
.AnyTagClassName
{
color: #A65BA1;
}
</style>
background-color css
<style>
a { background-color: #A65BA1; }
a { background-color: rgb(166,91,161); }
div.DivClassName
{
background-color: #A65BA1;
}
.BgClassName
{
background-color: #A65BA1;
}
</style>
border-color css
<style>
span { border-color: #A65BA1; }
span { border-color: rgb(166,91,161); }
td.TdClassName
{
border-color: #A65BA1;
}
.TagClassName
{
border-color: #A65BA1;
}
</style>