Shades of Biloba Flower #ADA2CF
Tints of Biloba Flower #ADA2CF
RGB
CMYK
RGB Variations
Color information
#ADA2CF (or 0xADA2CF) is known color: Biloba Flower. HEX triplet: AD, A2 and CF. RGB value is (173,162,207). Sum of RGB (Red+Green+Blue) = 173+162+207=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CF is #525D30. Grayscale: #AAAAAA. Windows color (decimal): -5397809 or 13607597. OLE color: 13607597.
HSL color Cylindrical-coordinate representation of color #ADA2CF: hue angle of 254.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA2CF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 162 | 207 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.19 |
| HSL | 254.67º | 0.32% | 0.72% | - |
| HSV(B) | 254.67º | 0.22% | 0.81% | - |
| XYZ | 41.42 | 39.23 | 64.42 | - |
| YUV | 170.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 207 | 0.16 | 0.22 | 0 | 0.19 | 254.67 | 0.32 | 0.72 |
| Hex | AD | A2 | CF | 10 | 16 | 0 | 13 | FF | 20 | 48 |
| Octal | 255 | 242 | 317 | 20 | 26 | 0 | 23 | 377 | 40 | 110 |
| Binary | 10101101 | 10100010 | 11001111 | 10000 | 10110 | 0 | 10011 | 11111111 | 100000 | 1001000 |
Color Harmonies of #ADA2CF
Complementary color
Monochromatic Colors of #ADA2CF
Black with #ADA2CF
Text Example
Text Example
White with #ADA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2CF; }
p { color: rgb(173,162,207); }
H1.HeaderClassName
{
color: #ADA2CF;
}
.AnyTagClassName
{
color: #ADA2CF;
}
</style>
background-color css
<style>
a { background-color: #ADA2CF; }
a { background-color: rgb(173,162,207); }
div.DivClassName
{
background-color: #ADA2CF;
}
.BgClassName
{
background-color: #ADA2CF;
}
</style>
border-color css
<style>
span { border-color: #ADA2CF; }
span { border-color: rgb(173,162,207); }
td.TdClassName
{
border-color: #ADA2CF;
}
.TagClassName
{
border-color: #ADA2CF;
}
</style>