Shades of Biloba Flower #ADA2E1
Tints of Biloba Flower #ADA2E1
RGB
CMYK
RGB Variations
Color information
#ADA2E1 (or 0xADA2E1) is known color: Biloba Flower. HEX triplet: AD, A2 and E1. RGB value is (173,162,225). Sum of RGB (Red+Green+Blue) = 173+162+225=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2E1 is #525D1E. Grayscale: #ACACAC. Windows color (decimal): -5397791 or 14787245. OLE color: 14787245.
HSL color Cylindrical-coordinate representation of color #ADA2E1: hue angle of 250.48º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA2E1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 162 | 225 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.12 |
| HSL | 250.48º | 0.51% | 0.76% | - |
| HSV(B) | 250.48º | 0.28% | 0.88% | - |
| XYZ | 43.74 | 40.16 | 76.68 | - |
| YUV | 172.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 225 | 0.23 | 0.28 | 0 | 0.12 | 250.48 | 0.51 | 0.76 |
| Hex | AD | A2 | E1 | 17 | 1C | 0 | C | FA | 33 | 4C |
| Octal | 255 | 242 | 341 | 27 | 34 | 0 | 14 | 372 | 63 | 114 |
| Binary | 10101101 | 10100010 | 11100001 | 10111 | 11100 | 0 | 1100 | 11111010 | 110011 | 1001100 |
Color Harmonies of #ADA2E1
Complementary color
Monochromatic Colors of #ADA2E1
Black with #ADA2E1
Text Example
Text Example
White with #ADA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2E1; }
p { color: rgb(173,162,225); }
H1.HeaderClassName
{
color: #ADA2E1;
}
.AnyTagClassName
{
color: #ADA2E1;
}
</style>
background-color css
<style>
a { background-color: #ADA2E1; }
a { background-color: rgb(173,162,225); }
div.DivClassName
{
background-color: #ADA2E1;
}
.BgClassName
{
background-color: #ADA2E1;
}
</style>
border-color css
<style>
span { border-color: #ADA2E1; }
span { border-color: rgb(173,162,225); }
td.TdClassName
{
border-color: #ADA2E1;
}
.TagClassName
{
border-color: #ADA2E1;
}
</style>