Shades of Bouquet #AB6F93
Tints of Bouquet #AB6F93
RGB
CMYK
RGB Variations
Color information
#AB6F93 (or 0xAB6F93) is known color: Bouquet. HEX triplet: AB, 6F and 93. RGB value is (171,111,147). Sum of RGB (Red+Green+Blue) = 171+111+147=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6F93 is #54906C. Grayscale: #848484. Windows color (decimal): -5541997 or 9662379. OLE color: 9662379.
HSL color Cylindrical-coordinate representation of color #AB6F93: hue angle of 324º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6F93 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 147 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.33 |
| HSL | 324º | 0.26% | 0.55% | - |
| HSV(B) | 324º | 0.35% | 0.67% | - |
| XYZ | 27.75 | 22.13 | 30.41 | - |
| YUV | 133.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 147 | 0 | 0.35 | 0.14 | 0.33 | 324 | 0.26 | 0.55 |
| Hex | AB | 6F | 93 | 0 | 23 | E | 21 | 144 | 1A | 37 |
| Octal | 253 | 157 | 223 | 0 | 43 | 16 | 41 | 504 | 32 | 67 |
| Binary | 10101011 | 1101111 | 10010011 | 0 | 100011 | 1110 | 100001 | 101000100 | 11010 | 110111 |
Color Harmonies of #AB6F93
Complementary color
Monochromatic Colors of #AB6F93
Black with #AB6F93
Text Example
Text Example
White with #AB6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F93; }
p { color: rgb(171,111,147); }
H1.HeaderClassName
{
color: #AB6F93;
}
.AnyTagClassName
{
color: #AB6F93;
}
</style>
background-color css
<style>
a { background-color: #AB6F93; }
a { background-color: rgb(171,111,147); }
div.DivClassName
{
background-color: #AB6F93;
}
.BgClassName
{
background-color: #AB6F93;
}
</style>
border-color css
<style>
span { border-color: #AB6F93; }
span { border-color: rgb(171,111,147); }
td.TdClassName
{
border-color: #AB6F93;
}
.TagClassName
{
border-color: #AB6F93;
}
</style>