Shades of Biloba Flower #A89BCB
Tints of Biloba Flower #A89BCB
RGB
CMYK
RGB Variations
Color information
#A89BCB (or 0xA89BCB) is known color: Biloba Flower. HEX triplet: A8, 9B and CB. RGB value is (168,155,203). Sum of RGB (Red+Green+Blue) = 168+155+203=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A89BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCB is #576434. Grayscale: #A4A4A4. Windows color (decimal): -5727285 or 13343656. OLE color: 13343656.
HSL color Cylindrical-coordinate representation of color #A89BCB: hue angle of 256.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89BCB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 155 | 203 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.20 |
| HSL | 256.25º | 0.32% | 0.7% | - |
| HSV(B) | 256.25º | 0.24% | 0.8% | - |
| XYZ | 38.65 | 36.08 | 61.43 | - |
| YUV | 164.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 203 | 0.17 | 0.24 | 0 | 0.20 | 256.25 | 0.32 | 0.7 |
| Hex | A8 | 9B | CB | 11 | 18 | 0 | 14 | 100 | 20 | 46 |
| Octal | 250 | 233 | 313 | 21 | 30 | 0 | 24 | 400 | 40 | 106 |
| Binary | 10101000 | 10011011 | 11001011 | 10001 | 11000 | 0 | 10100 | 100000000 | 100000 | 1000110 |
Color Harmonies of #A89BCB
Complementary color
Monochromatic Colors of #A89BCB
Black with #A89BCB
Text Example
Text Example
White with #A89BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BCB; }
p { color: rgb(168,155,203); }
H1.HeaderClassName
{
color: #A89BCB;
}
.AnyTagClassName
{
color: #A89BCB;
}
</style>
background-color css
<style>
a { background-color: #A89BCB; }
a { background-color: rgb(168,155,203); }
div.DivClassName
{
background-color: #A89BCB;
}
.BgClassName
{
background-color: #A89BCB;
}
</style>
border-color css
<style>
span { border-color: #A89BCB; }
span { border-color: rgb(168,155,203); }
td.TdClassName
{
border-color: #A89BCB;
}
.TagClassName
{
border-color: #A89BCB;
}
</style>