Shades of Violet Blue #A65A9B
Tints of Violet Blue #A65A9B
RGB
CMYK
RGB Variations
Color information
#A65A9B (or 0xA65A9B) is known color: Violet Blue. HEX triplet: A6, 5A and 9B. RGB value is (166,90,155). Sum of RGB (Red+Green+Blue) = 166+90+155=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A9B is #59A564. Grayscale: #777777. Windows color (decimal): -5875045 or 10181286. OLE color: 10181286.
HSL color Cylindrical-coordinate representation of color #A65A9B: hue angle of 308.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A9B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 155 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.35 |
| HSL | 308.68º | 0.3% | 0.5% | - |
| HSV(B) | 308.68º | 0.46% | 0.65% | - |
| XYZ | 25.3 | 17.79 | 33.11 | - |
| YUV | 120.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 155 | 0 | 0.46 | 0.07 | 0.35 | 308.68 | 0.3 | 0.5 |
| Hex | A6 | 5A | 9B | 0 | 2E | 7 | 23 | 135 | 1E | 32 |
| Octal | 246 | 132 | 233 | 0 | 56 | 7 | 43 | 465 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10011011 | 0 | 101110 | 111 | 100011 | 100110101 | 11110 | 110010 |
Color Harmonies of #A65A9B
Complementary color
Monochromatic Colors of #A65A9B
Black with #A65A9B
Text Example
Text Example
White with #A65A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A9B; }
p { color: rgb(166,90,155); }
H1.HeaderClassName
{
color: #A65A9B;
}
.AnyTagClassName
{
color: #A65A9B;
}
</style>
background-color css
<style>
a { background-color: #A65A9B; }
a { background-color: rgb(166,90,155); }
div.DivClassName
{
background-color: #A65A9B;
}
.BgClassName
{
background-color: #A65A9B;
}
</style>
border-color css
<style>
span { border-color: #A65A9B; }
span { border-color: rgb(166,90,155); }
td.TdClassName
{
border-color: #A65A9B;
}
.TagClassName
{
border-color: #A65A9B;
}
</style>