Shades of Biloba Flower #ADA1CC
Tints of Biloba Flower #ADA1CC
RGB
CMYK
RGB Variations
Color information
#ADA1CC (or 0xADA1CC) is known color: Biloba Flower. HEX triplet: AD, A1 and CC. RGB value is (173,161,204). Sum of RGB (Red+Green+Blue) = 173+161+204=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1CC is #525E33. Grayscale: #A9A9A9. Windows color (decimal): -5398068 or 13410733. OLE color: 13410733.
HSL color Cylindrical-coordinate representation of color #ADA1CC: hue angle of 256.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA1CC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 161 | 204 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.2 |
| HSL | 256.74º | 0.3% | 0.72% | - |
| HSV(B) | 256.74º | 0.21% | 0.8% | - |
| XYZ | 40.88 | 38.73 | 62.45 | - |
| YUV | 169.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 204 | 0.15 | 0.21 | 0 | 0.2 | 256.74 | 0.3 | 0.72 |
| Hex | AD | A1 | CC | F | 15 | 0 | 14 | 101 | 1E | 48 |
| Octal | 255 | 241 | 314 | 17 | 25 | 0 | 24 | 401 | 36 | 110 |
| Binary | 10101101 | 10100001 | 11001100 | 1111 | 10101 | 0 | 10100 | 100000001 | 11110 | 1001000 |
Color Harmonies of #ADA1CC
Complementary color
Monochromatic Colors of #ADA1CC
Black with #ADA1CC
Text Example
Text Example
White with #ADA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1CC; }
p { color: rgb(173,161,204); }
H1.HeaderClassName
{
color: #ADA1CC;
}
.AnyTagClassName
{
color: #ADA1CC;
}
</style>
background-color css
<style>
a { background-color: #ADA1CC; }
a { background-color: rgb(173,161,204); }
div.DivClassName
{
background-color: #ADA1CC;
}
.BgClassName
{
background-color: #ADA1CC;
}
</style>
border-color css
<style>
span { border-color: #ADA1CC; }
span { border-color: rgb(173,161,204); }
td.TdClassName
{
border-color: #ADA1CC;
}
.TagClassName
{
border-color: #ADA1CC;
}
</style>