Shades of Violet Blue #A65BAB
Tints of Violet Blue #A65BAB
RGB
CMYK
RGB Variations
Color information
#A65BAB (or 0xA65BAB) is known color: Violet Blue. HEX triplet: A6, 5B and AB. RGB value is (166,91,171). Sum of RGB (Red+Green+Blue) = 166+91+171=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BAB is #59A454. Grayscale: #7A7A7A. Windows color (decimal): -5874773 or 11230118. OLE color: 11230118.
HSL color Cylindrical-coordinate representation of color #A65BAB: hue angle of 296.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65BAB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 91 | 171 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.33 |
| HSL | 296.25º | 0.32% | 0.51% | - |
| HSV(B) | 296.25º | 0.47% | 0.67% | - |
| XYZ | 26.82 | 18.53 | 40.69 | - |
| YUV | 122.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 171 | 0.03 | 0.47 | 0 | 0.33 | 296.25 | 0.32 | 0.51 |
| Hex | A6 | 5B | AB | 3 | 2F | 0 | 21 | 128 | 20 | 33 |
| Octal | 246 | 133 | 253 | 3 | 57 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100110 | 1011011 | 10101011 | 11 | 101111 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A65BAB
Complementary color
Monochromatic Colors of #A65BAB
Black with #A65BAB
Text Example
Text Example
White with #A65BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BAB; }
p { color: rgb(166,91,171); }
H1.HeaderClassName
{
color: #A65BAB;
}
.AnyTagClassName
{
color: #A65BAB;
}
</style>
background-color css
<style>
a { background-color: #A65BAB; }
a { background-color: rgb(166,91,171); }
div.DivClassName
{
background-color: #A65BAB;
}
.BgClassName
{
background-color: #A65BAB;
}
</style>
border-color css
<style>
span { border-color: #A65BAB; }
span { border-color: rgb(166,91,171); }
td.TdClassName
{
border-color: #A65BAB;
}
.TagClassName
{
border-color: #A65BAB;
}
</style>