Shades of Biloba Flower #AB9DC3
Tints of Biloba Flower #AB9DC3
RGB
CMYK
RGB Variations
Color information
#AB9DC3 (or 0xAB9DC3) is known color: Biloba Flower. HEX triplet: AB, 9D and C3. RGB value is (171,157,195). Sum of RGB (Red+Green+Blue) = 171+157+195=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB9DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DC3 is #54623C. Grayscale: #A5A5A5. Windows color (decimal): -5530173 or 12819883. OLE color: 12819883.
HSL color Cylindrical-coordinate representation of color #AB9DC3: hue angle of 262.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9DC3 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 157 | 195 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.24 |
| HSL | 262.11º | 0.24% | 0.69% | - |
| HSV(B) | 262.11º | 0.19% | 0.76% | - |
| XYZ | 38.7 | 36.71 | 56.68 | - |
| YUV | 165.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 195 | 0.12 | 0.19 | 0 | 0.24 | 262.11 | 0.24 | 0.69 |
| Hex | AB | 9D | C3 | C | 13 | 0 | 18 | 106 | 18 | 45 |
| Octal | 253 | 235 | 303 | 14 | 23 | 0 | 30 | 406 | 30 | 105 |
| Binary | 10101011 | 10011101 | 11000011 | 1100 | 10011 | 0 | 11000 | 100000110 | 11000 | 1000101 |
Color Harmonies of #AB9DC3
Complementary color
Monochromatic Colors of #AB9DC3
Black with #AB9DC3
Text Example
Text Example
White with #AB9DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DC3; }
p { color: rgb(171,157,195); }
H1.HeaderClassName
{
color: #AB9DC3;
}
.AnyTagClassName
{
color: #AB9DC3;
}
</style>
background-color css
<style>
a { background-color: #AB9DC3; }
a { background-color: rgb(171,157,195); }
div.DivClassName
{
background-color: #AB9DC3;
}
.BgClassName
{
background-color: #AB9DC3;
}
</style>
border-color css
<style>
span { border-color: #AB9DC3; }
span { border-color: rgb(171,157,195); }
td.TdClassName
{
border-color: #AB9DC3;
}
.TagClassName
{
border-color: #AB9DC3;
}
</style>