Shades of Biloba Flower #AD8CFC
Tints of Biloba Flower #AD8CFC
RGB
CMYK
RGB Variations
Color information
#AD8CFC (or 0xAD8CFC) is known color: Biloba Flower. HEX triplet: AD, 8C and FC. RGB value is (173,140,252). Sum of RGB (Red+Green+Blue) = 173+140+252=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFC is #527303. Grayscale: #A2A2A2. Windows color (decimal): -5403396 or 16551085. OLE color: 16551085.
HSL color Cylindrical-coordinate representation of color #AD8CFC: hue angle of 257.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8CFC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 140 | 252 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.01 |
| HSL | 257.68º | 0.95% | 0.77% | - |
| HSV(B) | 257.68º | 0.44% | 0.99% | - |
| XYZ | 44.18 | 34.67 | 96.46 | - |
| YUV | 162.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 252 | 0.31 | 0.44 | 0 | 0.01 | 257.68 | 0.95 | 0.77 |
| Hex | AD | 8C | FC | 1F | 2C | 0 | 1 | 102 | 5F | 4D |
| Octal | 255 | 214 | 374 | 37 | 54 | 0 | 1 | 402 | 137 | 115 |
| Binary | 10101101 | 10001100 | 11111100 | 11111 | 101100 | 0 | 1 | 100000010 | 1011111 | 1001101 |
Color Harmonies of #AD8CFC
Complementary color
Monochromatic Colors of #AD8CFC
Black with #AD8CFC
Text Example
Text Example
White with #AD8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CFC; }
p { color: rgb(173,140,252); }
H1.HeaderClassName
{
color: #AD8CFC;
}
.AnyTagClassName
{
color: #AD8CFC;
}
</style>
background-color css
<style>
a { background-color: #AD8CFC; }
a { background-color: rgb(173,140,252); }
div.DivClassName
{
background-color: #AD8CFC;
}
.BgClassName
{
background-color: #AD8CFC;
}
</style>
border-color css
<style>
span { border-color: #AD8CFC; }
span { border-color: rgb(173,140,252); }
td.TdClassName
{
border-color: #AD8CFC;
}
.TagClassName
{
border-color: #AD8CFC;
}
</style>