Shades of Violet Blue #A65BA7
Tints of Violet Blue #A65BA7
RGB
CMYK
RGB Variations
Color information
#A65BA7 (or 0xA65BA7) is known color: Violet Blue. HEX triplet: A6, 5B and A7. RGB value is (166,91,167). Sum of RGB (Red+Green+Blue) = 166+91+167=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #A65BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BA7 is #59A458. Grayscale: #797979. Windows color (decimal): -5874777 or 10967974. OLE color: 10967974.
HSL color Cylindrical-coordinate representation of color #A65BA7: hue angle of 299.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65BA7 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 167 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.35 |
| HSL | 299.21º | 0.3% | 0.51% | - |
| HSV(B) | 299.21º | 0.46% | 0.65% | - |
| XYZ | 26.44 | 18.38 | 38.71 | - |
| YUV | 122.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 167 | 0.01 | 0.46 | 0 | 0.35 | 299.21 | 0.3 | 0.51 |
| Hex | A6 | 5B | A7 | 1 | 2E | 0 | 23 | 12B | 1E | 33 |
| Octal | 246 | 133 | 247 | 1 | 56 | 0 | 43 | 453 | 36 | 63 |
| Binary | 10100110 | 1011011 | 10100111 | 1 | 101110 | 0 | 100011 | 100101011 | 11110 | 110011 |
Color Harmonies of #A65BA7
Complementary color
Monochromatic Colors of #A65BA7
Black with #A65BA7
Text Example
Text Example
White with #A65BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BA7; }
p { color: rgb(166,91,167); }
H1.HeaderClassName
{
color: #A65BA7;
}
.AnyTagClassName
{
color: #A65BA7;
}
</style>
background-color css
<style>
a { background-color: #A65BA7; }
a { background-color: rgb(166,91,167); }
div.DivClassName
{
background-color: #A65BA7;
}
.BgClassName
{
background-color: #A65BA7;
}
</style>
border-color css
<style>
span { border-color: #A65BA7; }
span { border-color: rgb(166,91,167); }
td.TdClassName
{
border-color: #A65BA7;
}
.TagClassName
{
border-color: #A65BA7;
}
</style>