Shades of Biloba Flower #A99BCB
Tints of Biloba Flower #A99BCB
RGB
CMYK
RGB Variations
Color information
#A99BCB (or 0xA99BCB) is known color: Biloba Flower. HEX triplet: A9, 9B and CB. RGB value is (169,155,203). Sum of RGB (Red+Green+Blue) = 169+155+203=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCB is #566434. Grayscale: #A4A4A4. Windows color (decimal): -5661749 or 13343657. OLE color: 13343657.
HSL color Cylindrical-coordinate representation of color #A99BCB: hue angle of 257.5º 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 #A99BCB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 155 | 203 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.20 |
| HSL | 257.5º | 0.32% | 0.7% | - |
| HSV(B) | 257.5º | 0.24% | 0.8% | - |
| XYZ | 38.86 | 36.19 | 61.44 | - |
| YUV | 164.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 203 | 0.17 | 0.24 | 0 | 0.20 | 257.5 | 0.32 | 0.7 |
| Hex | A9 | 9B | CB | 11 | 18 | 0 | 14 | 102 | 20 | 46 |
| Octal | 251 | 233 | 313 | 21 | 30 | 0 | 24 | 402 | 40 | 106 |
| Binary | 10101001 | 10011011 | 11001011 | 10001 | 11000 | 0 | 10100 | 100000010 | 100000 | 1000110 |
Color Harmonies of #A99BCB
Complementary color
Monochromatic Colors of #A99BCB
Black with #A99BCB
Text Example
Text Example
White with #A99BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BCB; }
p { color: rgb(169,155,203); }
H1.HeaderClassName
{
color: #A99BCB;
}
.AnyTagClassName
{
color: #A99BCB;
}
</style>
background-color css
<style>
a { background-color: #A99BCB; }
a { background-color: rgb(169,155,203); }
div.DivClassName
{
background-color: #A99BCB;
}
.BgClassName
{
background-color: #A99BCB;
}
</style>
border-color css
<style>
span { border-color: #A99BCB; }
span { border-color: rgb(169,155,203); }
td.TdClassName
{
border-color: #A99BCB;
}
.TagClassName
{
border-color: #A99BCB;
}
</style>