Shades of Chatelle #A89FAC
Tints of Chatelle #A89FAC
RGB
CMYK
RGB Variations
Color information
#A89FAC (or 0xA89FAC) is known color: Chatelle. HEX triplet: A8, 9F and AC. RGB value is (168,159,172). Sum of RGB (Red+Green+Blue) = 168+159+172=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: blue. Hex color #A89FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FAC is #576053. Grayscale: #A3A3A3. Windows color (decimal): -5726292 or 11313064. OLE color: 11313064.
HSL color Cylindrical-coordinate representation of color #A89FAC: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89FAC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 159 | 172 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.33 |
| HSL | 281.54º | 0.07% | 0.65% | - |
| HSV(B) | 281.54º | 0.08% | 0.67% | - |
| XYZ | 35.99 | 36.1 | 44.1 | - |
| YUV | 163.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 172 | 0.02 | 0.08 | 0 | 0.33 | 281.54 | 0.07 | 0.65 |
| Hex | A8 | 9F | AC | 2 | 8 | 0 | 21 | 11A | 7 | 41 |
| Octal | 250 | 237 | 254 | 2 | 10 | 0 | 41 | 432 | 7 | 101 |
| Binary | 10101000 | 10011111 | 10101100 | 10 | 1000 | 0 | 100001 | 100011010 | 111 | 1000001 |
Color Harmonies of #A89FAC
Complementary color
Monochromatic Colors of #A89FAC
Black with #A89FAC
Text Example
Text Example
White with #A89FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FAC; }
p { color: rgb(168,159,172); }
H1.HeaderClassName
{
color: #A89FAC;
}
.AnyTagClassName
{
color: #A89FAC;
}
</style>
background-color css
<style>
a { background-color: #A89FAC; }
a { background-color: rgb(168,159,172); }
div.DivClassName
{
background-color: #A89FAC;
}
.BgClassName
{
background-color: #A89FAC;
}
</style>
border-color css
<style>
span { border-color: #A89FAC; }
span { border-color: rgb(168,159,172); }
td.TdClassName
{
border-color: #A89FAC;
}
.TagClassName
{
border-color: #A89FAC;
}
</style>