Shades of Biloba Flower #AC7FDB
Tints of Biloba Flower #AC7FDB
RGB
CMYK
RGB Variations
Color information
#AC7FDB (or 0xAC7FDB) is known color: Biloba Flower. HEX triplet: AC, 7F and DB. RGB value is (172,127,219). Sum of RGB (Red+Green+Blue) = 172+127+219=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FDB is #538024. Grayscale: #969696. Windows color (decimal): -5472293 or 14385068. OLE color: 14385068.
HSL color Cylindrical-coordinate representation of color #AC7FDB: hue angle of 269.35º 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 #AC7FDB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 127 | 219 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.14 |
| HSL | 269.35º | 0.56% | 0.68% | - |
| HSV(B) | 269.35º | 0.42% | 0.86% | - |
| XYZ | 37.39 | 29.06 | 70.66 | - |
| YUV | 150.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 219 | 0.21 | 0.42 | 0 | 0.14 | 269.35 | 0.56 | 0.68 |
| Hex | AC | 7F | DB | 15 | 2A | 0 | E | 10D | 38 | 44 |
| Octal | 254 | 177 | 333 | 25 | 52 | 0 | 16 | 415 | 70 | 104 |
| Binary | 10101100 | 1111111 | 11011011 | 10101 | 101010 | 0 | 1110 | 100001101 | 111000 | 1000100 |
Color Harmonies of #AC7FDB
Complementary color
Monochromatic Colors of #AC7FDB
Black with #AC7FDB
Text Example
Text Example
White with #AC7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FDB; }
p { color: rgb(172,127,219); }
H1.HeaderClassName
{
color: #AC7FDB;
}
.AnyTagClassName
{
color: #AC7FDB;
}
</style>
background-color css
<style>
a { background-color: #AC7FDB; }
a { background-color: rgb(172,127,219); }
div.DivClassName
{
background-color: #AC7FDB;
}
.BgClassName
{
background-color: #AC7FDB;
}
</style>
border-color css
<style>
span { border-color: #AC7FDB; }
span { border-color: rgb(172,127,219); }
td.TdClassName
{
border-color: #AC7FDB;
}
.TagClassName
{
border-color: #AC7FDB;
}
</style>