Shades of Bouquet #A27D9A
Tints of Bouquet #A27D9A
RGB
CMYK
RGB Variations
Color information
#A27D9A (or 0xA27D9A) is known color: Bouquet. HEX triplet: A2, 7D and 9A. RGB value is (162,125,154). Sum of RGB (Red+Green+Blue) = 162+125+154=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D9A is #5D8265. Grayscale: #8B8B8B. Windows color (decimal): -6128230 or 10124706. OLE color: 10124706.
HSL color Cylindrical-coordinate representation of color #A27D9A: hue angle of 312.97º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27D9A is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 154 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.36 |
| HSL | 312.97º | 0.17% | 0.56% | - |
| HSV(B) | 312.97º | 0.23% | 0.64% | - |
| XYZ | 28.07 | 24.68 | 33.86 | - |
| YUV | 139.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 154 | 0 | 0.23 | 0.05 | 0.36 | 312.97 | 0.17 | 0.56 |
| Hex | A2 | 7D | 9A | 0 | 17 | 5 | 24 | 139 | 11 | 38 |
| Octal | 242 | 175 | 232 | 0 | 27 | 5 | 44 | 471 | 21 | 70 |
| Binary | 10100010 | 1111101 | 10011010 | 0 | 10111 | 101 | 100100 | 100111001 | 10001 | 111000 |
Color Harmonies of #A27D9A
Complementary color
Monochromatic Colors of #A27D9A
Black with #A27D9A
Text Example
Text Example
White with #A27D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D9A; }
p { color: rgb(162,125,154); }
H1.HeaderClassName
{
color: #A27D9A;
}
.AnyTagClassName
{
color: #A27D9A;
}
</style>
background-color css
<style>
a { background-color: #A27D9A; }
a { background-color: rgb(162,125,154); }
div.DivClassName
{
background-color: #A27D9A;
}
.BgClassName
{
background-color: #A27D9A;
}
</style>
border-color css
<style>
span { border-color: #A27D9A; }
span { border-color: rgb(162,125,154); }
td.TdClassName
{
border-color: #A27D9A;
}
.TagClassName
{
border-color: #A27D9A;
}
</style>