Shades of Biloba Flower #AD81D4
Tints of Biloba Flower #AD81D4
RGB
CMYK
RGB Variations
Color information
#AD81D4 (or 0xAD81D4) is known color: Biloba Flower. HEX triplet: AD, 81 and D4. RGB value is (173,129,212). Sum of RGB (Red+Green+Blue) = 173+129+212=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD81D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D4 is #527E2B. Grayscale: #979797. Windows color (decimal): -5406252 or 13926829. OLE color: 13926829.
HSL color Cylindrical-coordinate representation of color #AD81D4: hue angle of 271.81º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD81D4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 129 | 212 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.17 |
| HSL | 271.81º | 0.49% | 0.67% | - |
| HSV(B) | 271.81º | 0.39% | 0.83% | - |
| XYZ | 36.97 | 29.34 | 66 | - |
| YUV | 151.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 212 | 0.18 | 0.39 | 0 | 0.17 | 271.81 | 0.49 | 0.67 |
| Hex | AD | 81 | D4 | 12 | 27 | 0 | 11 | 110 | 31 | 43 |
| Octal | 255 | 201 | 324 | 22 | 47 | 0 | 21 | 420 | 61 | 103 |
| Binary | 10101101 | 10000001 | 11010100 | 10010 | 100111 | 0 | 10001 | 100010000 | 110001 | 1000011 |
Color Harmonies of #AD81D4
Complementary color
Monochromatic Colors of #AD81D4
Black with #AD81D4
Text Example
Text Example
White with #AD81D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81D4; }
p { color: rgb(173,129,212); }
H1.HeaderClassName
{
color: #AD81D4;
}
.AnyTagClassName
{
color: #AD81D4;
}
</style>
background-color css
<style>
a { background-color: #AD81D4; }
a { background-color: rgb(173,129,212); }
div.DivClassName
{
background-color: #AD81D4;
}
.BgClassName
{
background-color: #AD81D4;
}
</style>
border-color css
<style>
span { border-color: #AD81D4; }
span { border-color: rgb(173,129,212); }
td.TdClassName
{
border-color: #AD81D4;
}
.TagClassName
{
border-color: #AD81D4;
}
</style>