Shades of Biloba Flower #AD80E4
Tints of Biloba Flower #AD80E4
RGB
CMYK
RGB Variations
Color information
#AD80E4 (or 0xAD80E4) is known color: Biloba Flower. HEX triplet: AD, 80 and E4. RGB value is (173,128,228). Sum of RGB (Red+Green+Blue) = 173+128+228=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD80E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80E4 is #527F1B. Grayscale: #989898. Windows color (decimal): -5406492 or 14975149. OLE color: 14975149.
HSL color Cylindrical-coordinate representation of color #AD80E4: hue angle of 267º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD80E4 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 128 | 228 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.11 |
| HSL | 267º | 0.65% | 0.7% | - |
| HSV(B) | 267º | 0.44% | 0.89% | - |
| XYZ | 38.96 | 29.92 | 77.12 | - |
| YUV | 152.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 228 | 0.24 | 0.44 | 0 | 0.11 | 267 | 0.65 | 0.7 |
| Hex | AD | 80 | E4 | 18 | 2C | 0 | B | 10B | 41 | 46 |
| Octal | 255 | 200 | 344 | 30 | 54 | 0 | 13 | 413 | 101 | 106 |
| Binary | 10101101 | 10000000 | 11100100 | 11000 | 101100 | 0 | 1011 | 100001011 | 1000001 | 1000110 |
Color Harmonies of #AD80E4
Complementary color
Monochromatic Colors of #AD80E4
Black with #AD80E4
Text Example
Text Example
White with #AD80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80E4; }
p { color: rgb(173,128,228); }
H1.HeaderClassName
{
color: #AD80E4;
}
.AnyTagClassName
{
color: #AD80E4;
}
</style>
background-color css
<style>
a { background-color: #AD80E4; }
a { background-color: rgb(173,128,228); }
div.DivClassName
{
background-color: #AD80E4;
}
.BgClassName
{
background-color: #AD80E4;
}
</style>
border-color css
<style>
span { border-color: #AD80E4; }
span { border-color: rgb(173,128,228); }
td.TdClassName
{
border-color: #AD80E4;
}
.TagClassName
{
border-color: #AD80E4;
}
</style>