Shades of Biloba Flower #ADA2D0
Tints of Biloba Flower #ADA2D0
RGB
CMYK
RGB Variations
Color information
#ADA2D0 (or 0xADA2D0) is known color: Biloba Flower. HEX triplet: AD, A2 and D0. RGB value is (173,162,208). Sum of RGB (Red+Green+Blue) = 173+162+208=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2D0 is #525D2F. Grayscale: #AAAAAA. Windows color (decimal): -5397808 or 13673133. OLE color: 13673133.
HSL color Cylindrical-coordinate representation of color #ADA2D0: hue angle of 254.35º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA2D0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 162 | 208 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.18 |
| HSL | 254.35º | 0.33% | 0.73% | - |
| HSV(B) | 254.35º | 0.22% | 0.82% | - |
| XYZ | 41.54 | 39.28 | 65.07 | - |
| YUV | 170.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 208 | 0.17 | 0.22 | 0 | 0.18 | 254.35 | 0.33 | 0.73 |
| Hex | AD | A2 | D0 | 11 | 16 | 0 | 12 | FE | 21 | 49 |
| Octal | 255 | 242 | 320 | 21 | 26 | 0 | 22 | 376 | 41 | 111 |
| Binary | 10101101 | 10100010 | 11010000 | 10001 | 10110 | 0 | 10010 | 11111110 | 100001 | 1001001 |
Color Harmonies of #ADA2D0
Complementary color
Monochromatic Colors of #ADA2D0
Black with #ADA2D0
Text Example
Text Example
White with #ADA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2D0; }
p { color: rgb(173,162,208); }
H1.HeaderClassName
{
color: #ADA2D0;
}
.AnyTagClassName
{
color: #ADA2D0;
}
</style>
background-color css
<style>
a { background-color: #ADA2D0; }
a { background-color: rgb(173,162,208); }
div.DivClassName
{
background-color: #ADA2D0;
}
.BgClassName
{
background-color: #ADA2D0;
}
</style>
border-color css
<style>
span { border-color: #ADA2D0; }
span { border-color: rgb(173,162,208); }
td.TdClassName
{
border-color: #ADA2D0;
}
.TagClassName
{
border-color: #ADA2D0;
}
</style>