Shades of Bouquet #AB83A3
Tints of Bouquet #AB83A3
RGB
CMYK
RGB Variations
Color information
#AB83A3 (or 0xAB83A3) is known color: Bouquet. HEX triplet: AB, 83 and A3. RGB value is (171,131,163). Sum of RGB (Red+Green+Blue) = 171+131+163=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83A3 is #547C5C. Grayscale: #929292. Windows color (decimal): -5536861 or 10716075. OLE color: 10716075.
HSL color Cylindrical-coordinate representation of color #AB83A3: hue angle of 312º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB83A3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 163 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.33 |
| HSL | 312º | 0.19% | 0.59% | - |
| HSV(B) | 312º | 0.23% | 0.67% | - |
| XYZ | 31.52 | 27.53 | 38.3 | - |
| YUV | 146.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 163 | 0 | 0.23 | 0.05 | 0.33 | 312 | 0.19 | 0.59 |
| Hex | AB | 83 | A3 | 0 | 17 | 5 | 21 | 138 | 13 | 3B |
| Octal | 253 | 203 | 243 | 0 | 27 | 5 | 41 | 470 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10100011 | 0 | 10111 | 101 | 100001 | 100111000 | 10011 | 111011 |
Color Harmonies of #AB83A3
Complementary color
Monochromatic Colors of #AB83A3
Black with #AB83A3
Text Example
Text Example
White with #AB83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83A3; }
p { color: rgb(171,131,163); }
H1.HeaderClassName
{
color: #AB83A3;
}
.AnyTagClassName
{
color: #AB83A3;
}
</style>
background-color css
<style>
a { background-color: #AB83A3; }
a { background-color: rgb(171,131,163); }
div.DivClassName
{
background-color: #AB83A3;
}
.BgClassName
{
background-color: #AB83A3;
}
</style>
border-color css
<style>
span { border-color: #AB83A3; }
span { border-color: rgb(171,131,163); }
td.TdClassName
{
border-color: #AB83A3;
}
.TagClassName
{
border-color: #AB83A3;
}
</style>