Shades of Biloba Flower #ADA2E6
Tints of Biloba Flower #ADA2E6
RGB
CMYK
RGB Variations
Color information
#ADA2E6 (or 0xADA2E6) is known color: Biloba Flower. HEX triplet: AD, A2 and E6. RGB value is (173,162,230). Sum of RGB (Red+Green+Blue) = 173+162+230=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADA2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2E6 is #525D19. Grayscale: #ACACAC. Windows color (decimal): -5397786 or 15114925. OLE color: 15114925.
HSL color Cylindrical-coordinate representation of color #ADA2E6: hue angle of 249.71º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA2E6 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 162 | 230 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.10 |
| HSL | 249.71º | 0.58% | 0.77% | - |
| HSV(B) | 249.71º | 0.3% | 0.9% | - |
| XYZ | 44.44 | 40.44 | 80.33 | - |
| YUV | 173.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 230 | 0.25 | 0.30 | 0 | 0.10 | 249.71 | 0.58 | 0.77 |
| Hex | AD | A2 | E6 | 19 | 1E | 0 | A | FA | 3A | 4D |
| Octal | 255 | 242 | 346 | 31 | 36 | 0 | 12 | 372 | 72 | 115 |
| Binary | 10101101 | 10100010 | 11100110 | 11001 | 11110 | 0 | 1010 | 11111010 | 111010 | 1001101 |
Color Harmonies of #ADA2E6
Complementary color
Monochromatic Colors of #ADA2E6
Black with #ADA2E6
Text Example
Text Example
White with #ADA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2E6; }
p { color: rgb(173,162,230); }
H1.HeaderClassName
{
color: #ADA2E6;
}
.AnyTagClassName
{
color: #ADA2E6;
}
</style>
background-color css
<style>
a { background-color: #ADA2E6; }
a { background-color: rgb(173,162,230); }
div.DivClassName
{
background-color: #ADA2E6;
}
.BgClassName
{
background-color: #ADA2E6;
}
</style>
border-color css
<style>
span { border-color: #ADA2E6; }
span { border-color: rgb(173,162,230); }
td.TdClassName
{
border-color: #ADA2E6;
}
.TagClassName
{
border-color: #ADA2E6;
}
</style>