Shades of Biloba Flower #ADA2EE
Tints of Biloba Flower #ADA2EE
RGB
CMYK
RGB Variations
Color information
#ADA2EE (or 0xADA2EE) is known color: Biloba Flower. HEX triplet: AD, A2 and EE. RGB value is (173,162,238). Sum of RGB (Red+Green+Blue) = 173+162+238=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2EE is #525D11. Grayscale: #ADADAD. Windows color (decimal): -5397778 or 15639213. OLE color: 15639213.
HSL color Cylindrical-coordinate representation of color #ADA2EE: hue angle of 248.68º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA2EE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 162 | 238 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.07 |
| HSL | 248.68º | 0.69% | 0.78% | - |
| HSV(B) | 248.68º | 0.32% | 0.93% | - |
| XYZ | 45.59 | 40.9 | 86.38 | - |
| YUV | 173.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 238 | 0.27 | 0.32 | 0 | 0.07 | 248.68 | 0.69 | 0.78 |
| Hex | AD | A2 | EE | 1B | 20 | 0 | 7 | F9 | 45 | 4E |
| Octal | 255 | 242 | 356 | 33 | 40 | 0 | 7 | 371 | 105 | 116 |
| Binary | 10101101 | 10100010 | 11101110 | 11011 | 100000 | 0 | 111 | 11111001 | 1000101 | 1001110 |
Color Harmonies of #ADA2EE
Complementary color
Monochromatic Colors of #ADA2EE
Black with #ADA2EE
Text Example
Text Example
White with #ADA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2EE; }
p { color: rgb(173,162,238); }
H1.HeaderClassName
{
color: #ADA2EE;
}
.AnyTagClassName
{
color: #ADA2EE;
}
</style>
background-color css
<style>
a { background-color: #ADA2EE; }
a { background-color: rgb(173,162,238); }
div.DivClassName
{
background-color: #ADA2EE;
}
.BgClassName
{
background-color: #ADA2EE;
}
</style>
border-color css
<style>
span { border-color: #ADA2EE; }
span { border-color: rgb(173,162,238); }
td.TdClassName
{
border-color: #ADA2EE;
}
.TagClassName
{
border-color: #ADA2EE;
}
</style>