Shades of Biloba Flower #AD90CC
Tints of Biloba Flower #AD90CC
RGB
CMYK
RGB Variations
Color information
#AD90CC (or 0xAD90CC) is known color: Biloba Flower. HEX triplet: AD, 90 and CC. RGB value is (173,144,204). Sum of RGB (Red+Green+Blue) = 173+144+204=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90CC is #526F33. Grayscale: #9F9F9F. Windows color (decimal): -5402420 or 13406381. OLE color: 13406381.
HSL color Cylindrical-coordinate representation of color #AD90CC: hue angle of 269º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD90CC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 144 | 204 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.2 |
| HSL | 269º | 0.37% | 0.68% | - |
| HSV(B) | 269º | 0.29% | 0.8% | - |
| XYZ | 38.11 | 33.19 | 61.52 | - |
| YUV | 159.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 204 | 0.15 | 0.29 | 0 | 0.2 | 269 | 0.37 | 0.68 |
| Hex | AD | 90 | CC | F | 1D | 0 | 14 | 10D | 25 | 44 |
| Octal | 255 | 220 | 314 | 17 | 35 | 0 | 24 | 415 | 45 | 104 |
| Binary | 10101101 | 10010000 | 11001100 | 1111 | 11101 | 0 | 10100 | 100001101 | 100101 | 1000100 |
Color Harmonies of #AD90CC
Complementary color
Monochromatic Colors of #AD90CC
Black with #AD90CC
Text Example
Text Example
White with #AD90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90CC; }
p { color: rgb(173,144,204); }
H1.HeaderClassName
{
color: #AD90CC;
}
.AnyTagClassName
{
color: #AD90CC;
}
</style>
background-color css
<style>
a { background-color: #AD90CC; }
a { background-color: rgb(173,144,204); }
div.DivClassName
{
background-color: #AD90CC;
}
.BgClassName
{
background-color: #AD90CC;
}
</style>
border-color css
<style>
span { border-color: #AD90CC; }
span { border-color: rgb(173,144,204); }
td.TdClassName
{
border-color: #AD90CC;
}
.TagClassName
{
border-color: #AD90CC;
}
</style>