Shades of Biloba Flower #AC89DB
Tints of Biloba Flower #AC89DB
RGB
CMYK
RGB Variations
Color information
#AC89DB (or 0xAC89DB) is known color: Biloba Flower. HEX triplet: AC, 89 and DB. RGB value is (172,137,219). Sum of RGB (Red+Green+Blue) = 172+137+219=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DB is #537624. Grayscale: #9C9C9C. Windows color (decimal): -5469733 or 14387628. OLE color: 14387628.
HSL color Cylindrical-coordinate representation of color #AC89DB: hue angle of 265.61º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC89DB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 137 | 219 | - |
CMYK | 0.21 | 0.37 | 0 | 0.14 |
HSL | 265.61º | 0.53% | 0.7% | - |
HSV(B) | 265.61º | 0.37% | 0.86% | - |
XYZ | 38.75 | 31.78 | 71.11 | - |
YUV | 156.81 | 163.1 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 137 | 219 | 0.21 | 0.37 | 0 | 0.14 | 265.61 | 0.53 | 0.7 |
Hex | AC | 89 | DB | 15 | 25 | 0 | E | 10A | 35 | 46 |
Octal | 254 | 211 | 333 | 25 | 45 | 0 | 16 | 412 | 65 | 106 |
Binary | 10101100 | 10001001 | 11011011 | 10101 | 100101 | 0 | 1110 | 100001010 | 110101 | 1000110 |
Color Harmonies of #AC89DB
Complementary color
Monochromatic Colors of #AC89DB
Black with #AC89DB
Text Example
Text Example
White with #AC89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89DB; }
p { color: rgb(172,137,219); }
H1.HeaderClassName
{
color: #AC89DB;
}
.AnyTagClassName
{
color: #AC89DB;
}
</style>
background-color css
<style>
a { background-color: #AC89DB; }
a { background-color: rgb(172,137,219); }
div.DivClassName
{
background-color: #AC89DB;
}
.BgClassName
{
background-color: #AC89DB;
}
</style>
border-color css
<style>
span { border-color: #AC89DB; }
span { border-color: rgb(172,137,219); }
td.TdClassName
{
border-color: #AC89DB;
}
.TagClassName
{
border-color: #AC89DB;
}
</style>