Shades of Bouquet #A27A9A
Tints of Bouquet #A27A9A
RGB
CMYK
RGB Variations
Color information
#A27A9A (or 0xA27A9A) is known color: Bouquet. HEX triplet: A2, 7A and 9A. RGB value is (162,122,154). Sum of RGB (Red+Green+Blue) = 162+122+154=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A9A is #5D8565. Grayscale: #898989. Windows color (decimal): -6128998 or 10123938. OLE color: 10123938.
HSL color Cylindrical-coordinate representation of color #A27A9A: hue angle of 312º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27A9A is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 154 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.36 |
| HSL | 312º | 0.18% | 0.56% | - |
| HSV(B) | 312º | 0.25% | 0.64% | - |
| XYZ | 27.69 | 23.93 | 33.73 | - |
| YUV | 137.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 154 | 0 | 0.25 | 0.05 | 0.36 | 312 | 0.18 | 0.56 |
| Hex | A2 | 7A | 9A | 0 | 19 | 5 | 24 | 138 | 12 | 38 |
| Octal | 242 | 172 | 232 | 0 | 31 | 5 | 44 | 470 | 22 | 70 |
| Binary | 10100010 | 1111010 | 10011010 | 0 | 11001 | 101 | 100100 | 100111000 | 10010 | 111000 |
Color Harmonies of #A27A9A
Complementary color
Monochromatic Colors of #A27A9A
Black with #A27A9A
Text Example
Text Example
White with #A27A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A9A; }
p { color: rgb(162,122,154); }
H1.HeaderClassName
{
color: #A27A9A;
}
.AnyTagClassName
{
color: #A27A9A;
}
</style>
background-color css
<style>
a { background-color: #A27A9A; }
a { background-color: rgb(162,122,154); }
div.DivClassName
{
background-color: #A27A9A;
}
.BgClassName
{
background-color: #A27A9A;
}
</style>
border-color css
<style>
span { border-color: #A27A9A; }
span { border-color: rgb(162,122,154); }
td.TdClassName
{
border-color: #A27A9A;
}
.TagClassName
{
border-color: #A27A9A;
}
</style>