Shades of Bouquet #AB7593
Tints of Bouquet #AB7593
RGB
CMYK
RGB Variations
Color information
#AB7593 (or 0xAB7593) is known color: Bouquet. HEX triplet: AB, 75 and 93. RGB value is (171,117,147). Sum of RGB (Red+Green+Blue) = 171+117+147=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7593 is #548A6C. Grayscale: #888888. Windows color (decimal): -5540461 or 9663915. OLE color: 9663915.
HSL color Cylindrical-coordinate representation of color #AB7593: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7593 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 147 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.33 |
| HSL | 326.67º | 0.24% | 0.56% | - |
| HSV(B) | 326.67º | 0.32% | 0.67% | - |
| XYZ | 28.42 | 23.49 | 30.64 | - |
| YUV | 136.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 147 | 0 | 0.32 | 0.14 | 0.33 | 326.67 | 0.24 | 0.56 |
| Hex | AB | 75 | 93 | 0 | 20 | E | 21 | 147 | 18 | 38 |
| Octal | 253 | 165 | 223 | 0 | 40 | 16 | 41 | 507 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10010011 | 0 | 100000 | 1110 | 100001 | 101000111 | 11000 | 111000 |
Color Harmonies of #AB7593
Complementary color
Monochromatic Colors of #AB7593
Black with #AB7593
Text Example
Text Example
White with #AB7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7593; }
p { color: rgb(171,117,147); }
H1.HeaderClassName
{
color: #AB7593;
}
.AnyTagClassName
{
color: #AB7593;
}
</style>
background-color css
<style>
a { background-color: #AB7593; }
a { background-color: rgb(171,117,147); }
div.DivClassName
{
background-color: #AB7593;
}
.BgClassName
{
background-color: #AB7593;
}
</style>
border-color css
<style>
span { border-color: #AB7593; }
span { border-color: rgb(171,117,147); }
td.TdClassName
{
border-color: #AB7593;
}
.TagClassName
{
border-color: #AB7593;
}
</style>