Shades of Bouquet #A890A0
Tints of Bouquet #A890A0
RGB
CMYK
RGB Variations
Color information
#A890A0 (or 0xA890A0) is known color: Bouquet. HEX triplet: A8, 90 and A0. RGB value is (168,144,160). Sum of RGB (Red+Green+Blue) = 168+144+160=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A890A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890A0 is #576F5F. Grayscale: #989898. Windows color (decimal): -5730144 or 10522792. OLE color: 10522792.
HSL color Cylindrical-coordinate representation of color #A890A0: hue angle of 320º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A890A0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 144 | 160 | - |
CMYK | 0 | 0.14 | 0.05 | 0.34 |
HSL | 320º | 0.12% | 0.61% | - |
HSV(B) | 320º | 0.14% | 0.66% | - |
XYZ | 32.47 | 30.81 | 37.49 | - |
YUV | 153 | 131.95 | 138.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 144 | 160 | 0 | 0.14 | 0.05 | 0.34 | 320 | 0.12 | 0.61 |
Hex | A8 | 90 | A0 | 0 | E | 5 | 22 | 140 | C | 3D |
Octal | 250 | 220 | 240 | 0 | 16 | 5 | 42 | 500 | 14 | 75 |
Binary | 10101000 | 10010000 | 10100000 | 0 | 1110 | 101 | 100010 | 101000000 | 1100 | 111101 |
Color Harmonies of #A890A0
Complementary color
Monochromatic Colors of #A890A0
Black with #A890A0
Text Example
Text Example
White with #A890A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890A0; }
p { color: rgb(168,144,160); }
H1.HeaderClassName
{
color: #A890A0;
}
.AnyTagClassName
{
color: #A890A0;
}
</style>
background-color css
<style>
a { background-color: #A890A0; }
a { background-color: rgb(168,144,160); }
div.DivClassName
{
background-color: #A890A0;
}
.BgClassName
{
background-color: #A890A0;
}
</style>
border-color css
<style>
span { border-color: #A890A0; }
span { border-color: rgb(168,144,160); }
td.TdClassName
{
border-color: #A890A0;
}
.TagClassName
{
border-color: #A890A0;
}
</style>