Shades of Violet Blue #A65B9C
Tints of Violet Blue #A65B9C
RGB
CMYK
RGB Variations
Color information
#A65B9C (or 0xA65B9C) is known color: Violet Blue. HEX triplet: A6, 5B and 9C. RGB value is (166,91,156). Sum of RGB (Red+Green+Blue) = 166+91+156=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B9C is #59A463. Grayscale: #787878. Windows color (decimal): -5874788 or 10247078. OLE color: 10247078.
HSL color Cylindrical-coordinate representation of color #A65B9C: hue angle of 308º 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 #A65B9C is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 156 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.35 |
| HSL | 308º | 0.3% | 0.5% | - |
| HSV(B) | 308º | 0.45% | 0.65% | - |
| XYZ | 25.47 | 17.99 | 33.58 | - |
| YUV | 120.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 156 | 0 | 0.45 | 0.06 | 0.35 | 308 | 0.3 | 0.5 |
| Hex | A6 | 5B | 9C | 0 | 2D | 6 | 23 | 134 | 1E | 32 |
| Octal | 246 | 133 | 234 | 0 | 55 | 6 | 43 | 464 | 36 | 62 |
| Binary | 10100110 | 1011011 | 10011100 | 0 | 101101 | 110 | 100011 | 100110100 | 11110 | 110010 |
Color Harmonies of #A65B9C
Complementary color
Monochromatic Colors of #A65B9C
Black with #A65B9C
Text Example
Text Example
White with #A65B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B9C; }
p { color: rgb(166,91,156); }
H1.HeaderClassName
{
color: #A65B9C;
}
.AnyTagClassName
{
color: #A65B9C;
}
</style>
background-color css
<style>
a { background-color: #A65B9C; }
a { background-color: rgb(166,91,156); }
div.DivClassName
{
background-color: #A65B9C;
}
.BgClassName
{
background-color: #A65B9C;
}
</style>
border-color css
<style>
span { border-color: #A65B9C; }
span { border-color: rgb(166,91,156); }
td.TdClassName
{
border-color: #A65B9C;
}
.TagClassName
{
border-color: #A65B9C;
}
</style>