Shades of Bouquet #AB6495
Tints of Bouquet #AB6495
RGB
CMYK
RGB Variations
Color information
#AB6495 (or 0xAB6495) is known color: Bouquet. HEX triplet: AB, 64 and 95. RGB value is (171,100,149). Sum of RGB (Red+Green+Blue) = 171+100+149=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6495 is #549B6A. Grayscale: #7E7E7E. Windows color (decimal): -5544811 or 9790635. OLE color: 9790635.
HSL color Cylindrical-coordinate representation of color #AB6495: hue angle of 318.59º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6495 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 149 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.33 |
| HSL | 318.59º | 0.3% | 0.53% | - |
| HSV(B) | 318.59º | 0.42% | 0.67% | - |
| XYZ | 26.78 | 19.94 | 30.87 | - |
| YUV | 126.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 149 | 0 | 0.42 | 0.13 | 0.33 | 318.59 | 0.3 | 0.53 |
| Hex | AB | 64 | 95 | 0 | 2A | D | 21 | 13F | 1E | 35 |
| Octal | 253 | 144 | 225 | 0 | 52 | 15 | 41 | 477 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10010101 | 0 | 101010 | 1101 | 100001 | 100111111 | 11110 | 110101 |
Color Harmonies of #AB6495
Complementary color
Monochromatic Colors of #AB6495
Black with #AB6495
Text Example
Text Example
White with #AB6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6495; }
p { color: rgb(171,100,149); }
H1.HeaderClassName
{
color: #AB6495;
}
.AnyTagClassName
{
color: #AB6495;
}
</style>
background-color css
<style>
a { background-color: #AB6495; }
a { background-color: rgb(171,100,149); }
div.DivClassName
{
background-color: #AB6495;
}
.BgClassName
{
background-color: #AB6495;
}
</style>
border-color css
<style>
span { border-color: #AB6495; }
span { border-color: rgb(171,100,149); }
td.TdClassName
{
border-color: #AB6495;
}
.TagClassName
{
border-color: #AB6495;
}
</style>