Shades of Biloba Flower #AC93DB
Tints of Biloba Flower #AC93DB
RGB
CMYK
RGB Variations
Color information
#AC93DB (or 0xAC93DB) is known color: Biloba Flower. HEX triplet: AC, 93 and DB. RGB value is (172,147,219). Sum of RGB (Red+Green+Blue) = 172+147+219=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93DB is #536C24. Grayscale: #A2A2A2. Windows color (decimal): -5467173 or 14390188. OLE color: 14390188.
HSL color Cylindrical-coordinate representation of color #AC93DB: hue angle of 260.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC93DB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 147 | 219 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.14 |
| HSL | 260.83º | 0.5% | 0.72% | - |
| HSV(B) | 260.83º | 0.33% | 0.86% | - |
| XYZ | 40.23 | 34.75 | 71.61 | - |
| YUV | 162.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 219 | 0.21 | 0.33 | 0 | 0.14 | 260.83 | 0.5 | 0.72 |
| Hex | AC | 93 | DB | 15 | 21 | 0 | E | 105 | 32 | 48 |
| Octal | 254 | 223 | 333 | 25 | 41 | 0 | 16 | 405 | 62 | 110 |
| Binary | 10101100 | 10010011 | 11011011 | 10101 | 100001 | 0 | 1110 | 100000101 | 110010 | 1001000 |
Color Harmonies of #AC93DB
Complementary color
Monochromatic Colors of #AC93DB
Black with #AC93DB
Text Example
Text Example
White with #AC93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93DB; }
p { color: rgb(172,147,219); }
H1.HeaderClassName
{
color: #AC93DB;
}
.AnyTagClassName
{
color: #AC93DB;
}
</style>
background-color css
<style>
a { background-color: #AC93DB; }
a { background-color: rgb(172,147,219); }
div.DivClassName
{
background-color: #AC93DB;
}
.BgClassName
{
background-color: #AC93DB;
}
</style>
border-color css
<style>
span { border-color: #AC93DB; }
span { border-color: rgb(172,147,219); }
td.TdClassName
{
border-color: #AC93DB;
}
.TagClassName
{
border-color: #AC93DB;
}
</style>