Shades of Biloba Flower #AD7FDB
Tints of Biloba Flower #AD7FDB
RGB
CMYK
RGB Variations
Color information
#AD7FDB (or 0xAD7FDB) is known color: Biloba Flower. HEX triplet: AD, 7F and DB. RGB value is (173,127,219). Sum of RGB (Red+Green+Blue) = 173+127+219=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDB is #528024. Grayscale: #969696. Windows color (decimal): -5406757 or 14385069. OLE color: 14385069.
HSL color Cylindrical-coordinate representation of color #AD7FDB: hue angle of 270º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7FDB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 127 | 219 | - |
CMYK | 0.21 | 0.42 | 0 | 0.14 |
HSL | 270º | 0.56% | 0.68% | - |
HSV(B) | 270º | 0.42% | 0.86% | - |
XYZ | 37.61 | 29.18 | 70.67 | - |
YUV | 151.24 | 166.24 | 143.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 127 | 219 | 0.21 | 0.42 | 0 | 0.14 | 270 | 0.56 | 0.68 |
Hex | AD | 7F | DB | 15 | 2A | 0 | E | 10E | 38 | 44 |
Octal | 255 | 177 | 333 | 25 | 52 | 0 | 16 | 416 | 70 | 104 |
Binary | 10101101 | 1111111 | 11011011 | 10101 | 101010 | 0 | 1110 | 100001110 | 111000 | 1000100 |
Color Harmonies of #AD7FDB
Complementary color
Monochromatic Colors of #AD7FDB
Black with #AD7FDB
Text Example
Text Example
White with #AD7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FDB; }
p { color: rgb(173,127,219); }
H1.HeaderClassName
{
color: #AD7FDB;
}
.AnyTagClassName
{
color: #AD7FDB;
}
</style>
background-color css
<style>
a { background-color: #AD7FDB; }
a { background-color: rgb(173,127,219); }
div.DivClassName
{
background-color: #AD7FDB;
}
.BgClassName
{
background-color: #AD7FDB;
}
</style>
border-color css
<style>
span { border-color: #AD7FDB; }
span { border-color: rgb(173,127,219); }
td.TdClassName
{
border-color: #AD7FDB;
}
.TagClassName
{
border-color: #AD7FDB;
}
</style>