Shades of Chatelle #A89BAD
Tints of Chatelle #A89BAD
RGB
CMYK
RGB Variations
Color information
#A89BAD (or 0xA89BAD) is known color: Chatelle. HEX triplet: A8, 9B and AD. RGB value is (168,155,173). Sum of RGB (Red+Green+Blue) = 168+155+173=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAD is #576452. Grayscale: #A0A0A0. Windows color (decimal): -5727315 or 11377576. OLE color: 11377576.
HSL color Cylindrical-coordinate representation of color #A89BAD: hue angle of 283.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89BAD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 155 | 173 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.32 |
| HSL | 283.33º | 0.1% | 0.64% | - |
| HSV(B) | 283.33º | 0.1% | 0.68% | - |
| XYZ | 35.41 | 34.78 | 44.38 | - |
| YUV | 160.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 173 | 0.03 | 0.10 | 0 | 0.32 | 283.33 | 0.1 | 0.64 |
| Hex | A8 | 9B | AD | 3 | A | 0 | 20 | 11B | A | 40 |
| Octal | 250 | 233 | 255 | 3 | 12 | 0 | 40 | 433 | 12 | 100 |
| Binary | 10101000 | 10011011 | 10101101 | 11 | 1010 | 0 | 100000 | 100011011 | 1010 | 1000000 |
Color Harmonies of #A89BAD
Complementary color
Monochromatic Colors of #A89BAD
Black with #A89BAD
Text Example
Text Example
White with #A89BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BAD; }
p { color: rgb(168,155,173); }
H1.HeaderClassName
{
color: #A89BAD;
}
.AnyTagClassName
{
color: #A89BAD;
}
</style>
background-color css
<style>
a { background-color: #A89BAD; }
a { background-color: rgb(168,155,173); }
div.DivClassName
{
background-color: #A89BAD;
}
.BgClassName
{
background-color: #A89BAD;
}
</style>
border-color css
<style>
span { border-color: #A89BAD; }
span { border-color: rgb(168,155,173); }
td.TdClassName
{
border-color: #A89BAD;
}
.TagClassName
{
border-color: #A89BAD;
}
</style>