Shades of Biloba Flower #AC9BDD
Tints of Biloba Flower #AC9BDD
RGB
CMYK
RGB Variations
Color information
#AC9BDD (or 0xAC9BDD) is known color: Biloba Flower. HEX triplet: AC, 9B and DD. RGB value is (172,155,221). Sum of RGB (Red+Green+Blue) = 172+155+221=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDD is #536422. Grayscale: #A7A7A7. Windows color (decimal): -5465123 or 14523308. OLE color: 14523308.
HSL color Cylindrical-coordinate representation of color #AC9BDD: hue angle of 255.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9BDD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 155 | 221 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.13 |
| HSL | 255.45º | 0.49% | 0.74% | - |
| HSV(B) | 255.45º | 0.3% | 0.87% | - |
| XYZ | 41.79 | 37.43 | 73.43 | - |
| YUV | 167.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 221 | 0.22 | 0.30 | 0 | 0.13 | 255.45 | 0.49 | 0.74 |
| Hex | AC | 9B | DD | 16 | 1E | 0 | D | FF | 31 | 4A |
| Octal | 254 | 233 | 335 | 26 | 36 | 0 | 15 | 377 | 61 | 112 |
| Binary | 10101100 | 10011011 | 11011101 | 10110 | 11110 | 0 | 1101 | 11111111 | 110001 | 1001010 |
Color Harmonies of #AC9BDD
Complementary color
Monochromatic Colors of #AC9BDD
Black with #AC9BDD
Text Example
Text Example
White with #AC9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BDD; }
p { color: rgb(172,155,221); }
H1.HeaderClassName
{
color: #AC9BDD;
}
.AnyTagClassName
{
color: #AC9BDD;
}
</style>
background-color css
<style>
a { background-color: #AC9BDD; }
a { background-color: rgb(172,155,221); }
div.DivClassName
{
background-color: #AC9BDD;
}
.BgClassName
{
background-color: #AC9BDD;
}
</style>
border-color css
<style>
span { border-color: #AC9BDD; }
span { border-color: rgb(172,155,221); }
td.TdClassName
{
border-color: #AC9BDD;
}
.TagClassName
{
border-color: #AC9BDD;
}
</style>