Shades of Biloba Flower #AD99EE
Tints of Biloba Flower #AD99EE
RGB
CMYK
RGB Variations
Color information
#AD99EE (or 0xAD99EE) is known color: Biloba Flower. HEX triplet: AD, 99 and EE. RGB value is (173,153,238). Sum of RGB (Red+Green+Blue) = 173+153+238=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99EE is #526611. Grayscale: #A8A8A8. Windows color (decimal): -5400082 or 15636909. OLE color: 15636909.
HSL color Cylindrical-coordinate representation of color #AD99EE: hue angle of 254.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD99EE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 153 | 238 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.07 |
| HSL | 254.12º | 0.71% | 0.77% | - |
| HSV(B) | 254.12º | 0.36% | 0.93% | - |
| XYZ | 44.06 | 37.84 | 85.87 | - |
| YUV | 168.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 238 | 0.27 | 0.36 | 0 | 0.07 | 254.12 | 0.71 | 0.77 |
| Hex | AD | 99 | EE | 1B | 24 | 0 | 7 | FE | 47 | 4D |
| Octal | 255 | 231 | 356 | 33 | 44 | 0 | 7 | 376 | 107 | 115 |
| Binary | 10101101 | 10011001 | 11101110 | 11011 | 100100 | 0 | 111 | 11111110 | 1000111 | 1001101 |
Color Harmonies of #AD99EE
Complementary color
Monochromatic Colors of #AD99EE
Black with #AD99EE
Text Example
Text Example
White with #AD99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99EE; }
p { color: rgb(173,153,238); }
H1.HeaderClassName
{
color: #AD99EE;
}
.AnyTagClassName
{
color: #AD99EE;
}
</style>
background-color css
<style>
a { background-color: #AD99EE; }
a { background-color: rgb(173,153,238); }
div.DivClassName
{
background-color: #AD99EE;
}
.BgClassName
{
background-color: #AD99EE;
}
</style>
border-color css
<style>
span { border-color: #AD99EE; }
span { border-color: rgb(173,153,238); }
td.TdClassName
{
border-color: #AD99EE;
}
.TagClassName
{
border-color: #AD99EE;
}
</style>