Shades of Biloba Flower #AC9DDB
Tints of Biloba Flower #AC9DDB
RGB
CMYK
RGB Variations
Color information
#AC9DDB (or 0xAC9DDB) is known color: Biloba Flower. HEX triplet: AC, 9D and DB. RGB value is (172,157,219). Sum of RGB (Red+Green+Blue) = 172+157+219=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDB is #536224. Grayscale: #A8A8A8. Windows color (decimal): -5464613 or 14392748. OLE color: 14392748.
HSL color Cylindrical-coordinate representation of color #AC9DDB: hue angle of 254.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC9DDB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 157 | 219 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.14 |
| HSL | 254.52º | 0.46% | 0.74% | - |
| HSV(B) | 254.52º | 0.28% | 0.86% | - |
| XYZ | 41.86 | 38 | 72.15 | - |
| YUV | 168.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 219 | 0.21 | 0.28 | 0 | 0.14 | 254.52 | 0.46 | 0.74 |
| Hex | AC | 9D | DB | 15 | 1C | 0 | E | FF | 2E | 4A |
| Octal | 254 | 235 | 333 | 25 | 34 | 0 | 16 | 377 | 56 | 112 |
| Binary | 10101100 | 10011101 | 11011011 | 10101 | 11100 | 0 | 1110 | 11111111 | 101110 | 1001010 |
Color Harmonies of #AC9DDB
Complementary color
Monochromatic Colors of #AC9DDB
Black with #AC9DDB
Text Example
Text Example
White with #AC9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9DDB; }
p { color: rgb(172,157,219); }
H1.HeaderClassName
{
color: #AC9DDB;
}
.AnyTagClassName
{
color: #AC9DDB;
}
</style>
background-color css
<style>
a { background-color: #AC9DDB; }
a { background-color: rgb(172,157,219); }
div.DivClassName
{
background-color: #AC9DDB;
}
.BgClassName
{
background-color: #AC9DDB;
}
</style>
border-color css
<style>
span { border-color: #AC9DDB; }
span { border-color: rgb(172,157,219); }
td.TdClassName
{
border-color: #AC9DDB;
}
.TagClassName
{
border-color: #AC9DDB;
}
</style>