Shades of Chatelle #AA9DB2
Tints of Chatelle #AA9DB2
RGB
CMYK
RGB Variations
Color information
#AA9DB2 (or 0xAA9DB2) is known color: Chatelle. HEX triplet: AA, 9D and B2. RGB value is (170,157,178). Sum of RGB (Red+Green+Blue) = 170+157+178=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA9DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DB2 is #55624D. Grayscale: #A3A3A3. Windows color (decimal): -5595726 or 11705770. OLE color: 11705770.
HSL color Cylindrical-coordinate representation of color #AA9DB2: hue angle of 277.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9DB2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 170 | 157 | 178 | - |
CMYK | 0.04 | 0.12 | 0 | 0.30 |
HSL | 277.14º | 0.12% | 0.66% | - |
HSV(B) | 277.14º | 0.12% | 0.7% | - |
XYZ | 36.67 | 35.87 | 47.11 | - |
YUV | 163.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 157 | 178 | 0.04 | 0.12 | 0 | 0.30 | 277.14 | 0.12 | 0.66 |
Hex | AA | 9D | B2 | 4 | C | 0 | 1E | 115 | C | 42 |
Octal | 252 | 235 | 262 | 4 | 14 | 0 | 36 | 425 | 14 | 102 |
Binary | 10101010 | 10011101 | 10110010 | 100 | 1100 | 0 | 11110 | 100010101 | 1100 | 1000010 |
Color Harmonies of #AA9DB2
Complementary color
Monochromatic Colors of #AA9DB2
Black with #AA9DB2
Text Example
Text Example
White with #AA9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB2; }
p { color: rgb(170,157,178); }
H1.HeaderClassName
{
color: #AA9DB2;
}
.AnyTagClassName
{
color: #AA9DB2;
}
</style>
background-color css
<style>
a { background-color: #AA9DB2; }
a { background-color: rgb(170,157,178); }
div.DivClassName
{
background-color: #AA9DB2;
}
.BgClassName
{
background-color: #AA9DB2;
}
</style>
border-color css
<style>
span { border-color: #AA9DB2; }
span { border-color: rgb(170,157,178); }
td.TdClassName
{
border-color: #AA9DB2;
}
.TagClassName
{
border-color: #AA9DB2;
}
</style>