Shades of Biloba Flower #ADA2C4
Tints of Biloba Flower #ADA2C4
RGB
CMYK
RGB Variations
Color information
#ADA2C4 (or 0xADA2C4) is known color: Biloba Flower. HEX triplet: AD, A2 and C4. RGB value is (173,162,196). Sum of RGB (Red+Green+Blue) = 173+162+196=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADA2C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2C4 is #525D3B. Grayscale: #A9A9A9. Windows color (decimal): -5397820 or 12886701. OLE color: 12886701.
HSL color Cylindrical-coordinate representation of color #ADA2C4: hue angle of 259.41º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA2C4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 162 | 196 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.23 |
| HSL | 259.41º | 0.22% | 0.7% | - |
| HSV(B) | 259.41º | 0.17% | 0.77% | - |
| XYZ | 40.12 | 38.71 | 57.58 | - |
| YUV | 169.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 196 | 0.12 | 0.17 | 0 | 0.23 | 259.41 | 0.22 | 0.7 |
| Hex | AD | A2 | C4 | C | 11 | 0 | 17 | 103 | 16 | 46 |
| Octal | 255 | 242 | 304 | 14 | 21 | 0 | 27 | 403 | 26 | 106 |
| Binary | 10101101 | 10100010 | 11000100 | 1100 | 10001 | 0 | 10111 | 100000011 | 10110 | 1000110 |
Color Harmonies of #ADA2C4
Complementary color
Monochromatic Colors of #ADA2C4
Black with #ADA2C4
Text Example
Text Example
White with #ADA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2C4; }
p { color: rgb(173,162,196); }
H1.HeaderClassName
{
color: #ADA2C4;
}
.AnyTagClassName
{
color: #ADA2C4;
}
</style>
background-color css
<style>
a { background-color: #ADA2C4; }
a { background-color: rgb(173,162,196); }
div.DivClassName
{
background-color: #ADA2C4;
}
.BgClassName
{
background-color: #ADA2C4;
}
</style>
border-color css
<style>
span { border-color: #ADA2C4; }
span { border-color: rgb(173,162,196); }
td.TdClassName
{
border-color: #ADA2C4;
}
.TagClassName
{
border-color: #ADA2C4;
}
</style>