Shades of Biloba Flower #AAA0C2
Tints of Biloba Flower #AAA0C2
RGB
CMYK
RGB Variations
Color information
#AAA0C2 (or 0xAAA0C2) is known color: Biloba Flower. HEX triplet: AA, A0 and C2. RGB value is (170,160,194). Sum of RGB (Red+Green+Blue) = 170+160+194=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAA0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0C2 is #555F3D. Grayscale: #A6A6A6. Windows color (decimal): -5594942 or 12755114. OLE color: 12755114.
HSL color Cylindrical-coordinate representation of color #AAA0C2: hue angle of 257.65º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA0C2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 160 | 194 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.24 |
| HSL | 257.65º | 0.22% | 0.69% | - |
| HSV(B) | 257.65º | 0.18% | 0.76% | - |
| XYZ | 38.89 | 37.58 | 56.24 | - |
| YUV | 166.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 194 | 0.12 | 0.18 | 0 | 0.24 | 257.65 | 0.22 | 0.69 |
| Hex | AA | A0 | C2 | C | 12 | 0 | 18 | 102 | 16 | 45 |
| Octal | 252 | 240 | 302 | 14 | 22 | 0 | 30 | 402 | 26 | 105 |
| Binary | 10101010 | 10100000 | 11000010 | 1100 | 10010 | 0 | 11000 | 100000010 | 10110 | 1000101 |
Color Harmonies of #AAA0C2
Complementary color
Monochromatic Colors of #AAA0C2
Black with #AAA0C2
Text Example
Text Example
White with #AAA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0C2; }
p { color: rgb(170,160,194); }
H1.HeaderClassName
{
color: #AAA0C2;
}
.AnyTagClassName
{
color: #AAA0C2;
}
</style>
background-color css
<style>
a { background-color: #AAA0C2; }
a { background-color: rgb(170,160,194); }
div.DivClassName
{
background-color: #AAA0C2;
}
.BgClassName
{
background-color: #AAA0C2;
}
</style>
border-color css
<style>
span { border-color: #AAA0C2; }
span { border-color: rgb(170,160,194); }
td.TdClassName
{
border-color: #AAA0C2;
}
.TagClassName
{
border-color: #AAA0C2;
}
</style>