Shades of Biloba Flower #A99BD2
Tints of Biloba Flower #A99BD2
RGB
CMYK
RGB Variations
Color information
#A99BD2 (or 0xA99BD2) is known color: Biloba Flower. HEX triplet: A9, 9B and D2. RGB value is (169,155,210). Sum of RGB (Red+Green+Blue) = 169+155+210=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #A99BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD2 is #56642D. Grayscale: #A5A5A5. Windows color (decimal): -5661742 or 13802409. OLE color: 13802409.
HSL color Cylindrical-coordinate representation of color #A99BD2: hue angle of 255.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A99BD2 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 155 | 210 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.18 |
| HSL | 255.27º | 0.38% | 0.72% | - |
| HSV(B) | 255.27º | 0.26% | 0.82% | - |
| XYZ | 39.72 | 36.53 | 65.93 | - |
| YUV | 165.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 210 | 0.20 | 0.26 | 0 | 0.18 | 255.27 | 0.38 | 0.72 |
| Hex | A9 | 9B | D2 | 14 | 1A | 0 | 12 | FF | 26 | 48 |
| Octal | 251 | 233 | 322 | 24 | 32 | 0 | 22 | 377 | 46 | 110 |
| Binary | 10101001 | 10011011 | 11010010 | 10100 | 11010 | 0 | 10010 | 11111111 | 100110 | 1001000 |
Color Harmonies of #A99BD2
Complementary color
Monochromatic Colors of #A99BD2
Black with #A99BD2
Text Example
Text Example
White with #A99BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BD2; }
p { color: rgb(169,155,210); }
H1.HeaderClassName
{
color: #A99BD2;
}
.AnyTagClassName
{
color: #A99BD2;
}
</style>
background-color css
<style>
a { background-color: #A99BD2; }
a { background-color: rgb(169,155,210); }
div.DivClassName
{
background-color: #A99BD2;
}
.BgClassName
{
background-color: #A99BD2;
}
</style>
border-color css
<style>
span { border-color: #A99BD2; }
span { border-color: rgb(169,155,210); }
td.TdClassName
{
border-color: #A99BD2;
}
.TagClassName
{
border-color: #A99BD2;
}
</style>