Shades of Bouquet #A38A9D
Tints of Bouquet #A38A9D
RGB
CMYK
RGB Variations
Color information
#A38A9D (or 0xA38A9D) is known color: Bouquet. HEX triplet: A3, 8A and 9D. RGB value is (163,138,157). Sum of RGB (Red+Green+Blue) = 163+138+157=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A9D is #5C7562. Grayscale: #939393. Windows color (decimal): -6059363 or 10324643. OLE color: 10324643.
HSL color Cylindrical-coordinate representation of color #A38A9D: hue angle of 314.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38A9D is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 157 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.36 |
| HSL | 314.4º | 0.12% | 0.59% | - |
| HSV(B) | 314.4º | 0.15% | 0.64% | - |
| XYZ | 30.28 | 28.4 | 35.78 | - |
| YUV | 147.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 157 | 0 | 0.15 | 0.04 | 0.36 | 314.4 | 0.12 | 0.59 |
| Hex | A3 | 8A | 9D | 0 | F | 4 | 24 | 13A | C | 3B |
| Octal | 243 | 212 | 235 | 0 | 17 | 4 | 44 | 472 | 14 | 73 |
| Binary | 10100011 | 10001010 | 10011101 | 0 | 1111 | 100 | 100100 | 100111010 | 1100 | 111011 |
Color Harmonies of #A38A9D
Complementary color
Monochromatic Colors of #A38A9D
Black with #A38A9D
Text Example
Text Example
White with #A38A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A9D; }
p { color: rgb(163,138,157); }
H1.HeaderClassName
{
color: #A38A9D;
}
.AnyTagClassName
{
color: #A38A9D;
}
</style>
background-color css
<style>
a { background-color: #A38A9D; }
a { background-color: rgb(163,138,157); }
div.DivClassName
{
background-color: #A38A9D;
}
.BgClassName
{
background-color: #A38A9D;
}
</style>
border-color css
<style>
span { border-color: #A38A9D; }
span { border-color: rgb(163,138,157); }
td.TdClassName
{
border-color: #A38A9D;
}
.TagClassName
{
border-color: #A38A9D;
}
</style>