Shades of Bouquet #A38F9E
Tints of Bouquet #A38F9E
RGB
CMYK
RGB Variations
Color information
#A38F9E (or 0xA38F9E) is known color: Bouquet. HEX triplet: A3, 8F and 9E. RGB value is (163,143,158). Sum of RGB (Red+Green+Blue) = 163+143+158=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F9E is #5C7061. Grayscale: #969696. Windows color (decimal): -6058082 or 10391459. OLE color: 10391459.
HSL color Cylindrical-coordinate representation of color #A38F9E: hue angle of 315º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A38F9E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 158 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.36 |
| HSL | 315º | 0.1% | 0.6% | - |
| HSV(B) | 315º | 0.12% | 0.64% | - |
| XYZ | 31.1 | 29.9 | 36.48 | - |
| YUV | 150.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 158 | 0 | 0.12 | 0.03 | 0.36 | 315 | 0.1 | 0.6 |
| Hex | A3 | 8F | 9E | 0 | C | 3 | 24 | 13B | A | 3C |
| Octal | 243 | 217 | 236 | 0 | 14 | 3 | 44 | 473 | 12 | 74 |
| Binary | 10100011 | 10001111 | 10011110 | 0 | 1100 | 11 | 100100 | 100111011 | 1010 | 111100 |
Color Harmonies of #A38F9E
Complementary color
Monochromatic Colors of #A38F9E
Black with #A38F9E
Text Example
Text Example
White with #A38F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F9E; }
p { color: rgb(163,143,158); }
H1.HeaderClassName
{
color: #A38F9E;
}
.AnyTagClassName
{
color: #A38F9E;
}
</style>
background-color css
<style>
a { background-color: #A38F9E; }
a { background-color: rgb(163,143,158); }
div.DivClassName
{
background-color: #A38F9E;
}
.BgClassName
{
background-color: #A38F9E;
}
</style>
border-color css
<style>
span { border-color: #A38F9E; }
span { border-color: rgb(163,143,158); }
td.TdClassName
{
border-color: #A38F9E;
}
.TagClassName
{
border-color: #A38F9E;
}
</style>