Shades of Biloba Flower #AC9BCE
Tints of Biloba Flower #AC9BCE
RGB
CMYK
RGB Variations
Color information
#AC9BCE (or 0xAC9BCE) is known color: Biloba Flower. HEX triplet: AC, 9B and CE. RGB value is (172,155,206). Sum of RGB (Red+Green+Blue) = 172+155+206=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCE is #536431. Grayscale: #A5A5A5. Windows color (decimal): -5465138 or 13540268. OLE color: 13540268.
HSL color Cylindrical-coordinate representation of color #AC9BCE: hue angle of 260º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9BCE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 155 | 206 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.19 |
| HSL | 260º | 0.34% | 0.71% | - |
| HSV(B) | 260º | 0.25% | 0.81% | - |
| XYZ | 39.88 | 36.67 | 63.37 | - |
| YUV | 165.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 206 | 0.17 | 0.25 | 0 | 0.19 | 260 | 0.34 | 0.71 |
| Hex | AC | 9B | CE | 11 | 19 | 0 | 13 | 104 | 22 | 47 |
| Octal | 254 | 233 | 316 | 21 | 31 | 0 | 23 | 404 | 42 | 107 |
| Binary | 10101100 | 10011011 | 11001110 | 10001 | 11001 | 0 | 10011 | 100000100 | 100010 | 1000111 |
Color Harmonies of #AC9BCE
Complementary color
Monochromatic Colors of #AC9BCE
Black with #AC9BCE
Text Example
Text Example
White with #AC9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BCE; }
p { color: rgb(172,155,206); }
H1.HeaderClassName
{
color: #AC9BCE;
}
.AnyTagClassName
{
color: #AC9BCE;
}
</style>
background-color css
<style>
a { background-color: #AC9BCE; }
a { background-color: rgb(172,155,206); }
div.DivClassName
{
background-color: #AC9BCE;
}
.BgClassName
{
background-color: #AC9BCE;
}
</style>
border-color css
<style>
span { border-color: #AC9BCE; }
span { border-color: rgb(172,155,206); }
td.TdClassName
{
border-color: #AC9BCE;
}
.TagClassName
{
border-color: #AC9BCE;
}
</style>