Shades of Bouquet #A0909B
Tints of Bouquet #A0909B
RGB
CMYK
RGB Variations
Color information
#A0909B (or 0xA0909B) is known color: Bouquet. HEX triplet: A0, 90 and 9B. RGB value is (160,144,155). Sum of RGB (Red+Green+Blue) = 160+144+155=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A0909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0909B is #5F6F64. Grayscale: #969696. Windows color (decimal): -6254437 or 10195104. OLE color: 10195104.
HSL color Cylindrical-coordinate representation of color #A0909B: hue angle of 318.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0909B is Cyan = 0, Magento = 0.1, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 155 | - |
| CMYK | 0 | 0.1 | 0.03 | 0.37 |
| HSL | 318.75º | 0.08% | 0.6% | - |
| HSV(B) | 318.75º | 0.1% | 0.63% | - |
| XYZ | 30.39 | 29.79 | 35.16 | - |
| YUV | 150.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 155 | 0 | 0.1 | 0.03 | 0.37 | 318.75 | 0.08 | 0.6 |
| Hex | A0 | 90 | 9B | 0 | A | 3 | 25 | 13F | 8 | 3C |
| Octal | 240 | 220 | 233 | 0 | 12 | 3 | 45 | 477 | 10 | 74 |
| Binary | 10100000 | 10010000 | 10011011 | 0 | 1010 | 11 | 100101 | 100111111 | 1000 | 111100 |
Color Harmonies of #A0909B
Complementary color
Monochromatic Colors of #A0909B
Black with #A0909B
Text Example
Text Example
White with #A0909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0909B; }
p { color: rgb(160,144,155); }
H1.HeaderClassName
{
color: #A0909B;
}
.AnyTagClassName
{
color: #A0909B;
}
</style>
background-color css
<style>
a { background-color: #A0909B; }
a { background-color: rgb(160,144,155); }
div.DivClassName
{
background-color: #A0909B;
}
.BgClassName
{
background-color: #A0909B;
}
</style>
border-color css
<style>
span { border-color: #A0909B; }
span { border-color: rgb(160,144,155); }
td.TdClassName
{
border-color: #A0909B;
}
.TagClassName
{
border-color: #A0909B;
}
</style>