Shades of Biloba Flower #AD80E5
Tints of Biloba Flower #AD80E5
RGB
CMYK
RGB Variations
Color information
#AD80E5 (or 0xAD80E5) is known color: Biloba Flower. HEX triplet: AD, 80 and E5. RGB value is (173,128,229). Sum of RGB (Red+Green+Blue) = 173+128+229=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80E5 is #527F1A. Grayscale: #989898. Windows color (decimal): -5406491 or 15040685. OLE color: 15040685.
HSL color Cylindrical-coordinate representation of color #AD80E5: hue angle of 266.73º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD80E5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 128 | 229 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.10 |
| HSL | 266.73º | 0.66% | 0.7% | - |
| HSV(B) | 266.73º | 0.44% | 0.9% | - |
| XYZ | 39.1 | 29.98 | 77.85 | - |
| YUV | 152.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 229 | 0.24 | 0.44 | 0 | 0.10 | 266.73 | 0.66 | 0.7 |
| Hex | AD | 80 | E5 | 18 | 2C | 0 | A | 10B | 42 | 46 |
| Octal | 255 | 200 | 345 | 30 | 54 | 0 | 12 | 413 | 102 | 106 |
| Binary | 10101101 | 10000000 | 11100101 | 11000 | 101100 | 0 | 1010 | 100001011 | 1000010 | 1000110 |
Color Harmonies of #AD80E5
Complementary color
Monochromatic Colors of #AD80E5
Black with #AD80E5
Text Example
Text Example
White with #AD80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80E5; }
p { color: rgb(173,128,229); }
H1.HeaderClassName
{
color: #AD80E5;
}
.AnyTagClassName
{
color: #AD80E5;
}
</style>
background-color css
<style>
a { background-color: #AD80E5; }
a { background-color: rgb(173,128,229); }
div.DivClassName
{
background-color: #AD80E5;
}
.BgClassName
{
background-color: #AD80E5;
}
</style>
border-color css
<style>
span { border-color: #AD80E5; }
span { border-color: rgb(173,128,229); }
td.TdClassName
{
border-color: #AD80E5;
}
.TagClassName
{
border-color: #AD80E5;
}
</style>