Shades of Biloba Flower #AD9BC4
Tints of Biloba Flower #AD9BC4
RGB
CMYK
RGB Variations
Color information
#AD9BC4 (or 0xAD9BC4) is known color: Biloba Flower. HEX triplet: AD, 9B and C4. RGB value is (173,155,196). Sum of RGB (Red+Green+Blue) = 173+155+196=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD9BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BC4 is #52643B. Grayscale: #A4A4A4. Windows color (decimal): -5399612 or 12884909. OLE color: 12884909.
HSL color Cylindrical-coordinate representation of color #AD9BC4: hue angle of 266.34º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9BC4 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 155 | 196 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.23 |
| HSL | 266.34º | 0.26% | 0.69% | - |
| HSV(B) | 266.34º | 0.21% | 0.77% | - |
| XYZ | 38.92 | 36.31 | 57.18 | - |
| YUV | 165.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 196 | 0.12 | 0.21 | 0 | 0.23 | 266.34 | 0.26 | 0.69 |
| Hex | AD | 9B | C4 | C | 15 | 0 | 17 | 10A | 1A | 45 |
| Octal | 255 | 233 | 304 | 14 | 25 | 0 | 27 | 412 | 32 | 105 |
| Binary | 10101101 | 10011011 | 11000100 | 1100 | 10101 | 0 | 10111 | 100001010 | 11010 | 1000101 |
Color Harmonies of #AD9BC4
Complementary color
Monochromatic Colors of #AD9BC4
Black with #AD9BC4
Text Example
Text Example
White with #AD9BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BC4; }
p { color: rgb(173,155,196); }
H1.HeaderClassName
{
color: #AD9BC4;
}
.AnyTagClassName
{
color: #AD9BC4;
}
</style>
background-color css
<style>
a { background-color: #AD9BC4; }
a { background-color: rgb(173,155,196); }
div.DivClassName
{
background-color: #AD9BC4;
}
.BgClassName
{
background-color: #AD9BC4;
}
</style>
border-color css
<style>
span { border-color: #AD9BC4; }
span { border-color: rgb(173,155,196); }
td.TdClassName
{
border-color: #AD9BC4;
}
.TagClassName
{
border-color: #AD9BC4;
}
</style>