Shades of Biloba Flower #AB9DCA
Tints of Biloba Flower #AB9DCA
RGB
CMYK
RGB Variations
Color information
#AB9DCA (or 0xAB9DCA) is known color: Biloba Flower. HEX triplet: AB, 9D and CA. RGB value is (171,157,202). Sum of RGB (Red+Green+Blue) = 171+157+202=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCA is #546235. Grayscale: #A6A6A6. Windows color (decimal): -5530166 or 13278635. OLE color: 13278635.
HSL color Cylindrical-coordinate representation of color #AB9DCA: hue angle of 258.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9DCA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 157 | 202 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.21 |
| HSL | 258.67º | 0.3% | 0.7% | - |
| HSV(B) | 258.67º | 0.22% | 0.79% | - |
| XYZ | 39.51 | 37.04 | 60.94 | - |
| YUV | 166.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 202 | 0.15 | 0.22 | 0 | 0.21 | 258.67 | 0.3 | 0.7 |
| Hex | AB | 9D | CA | F | 16 | 0 | 15 | 103 | 1E | 46 |
| Octal | 253 | 235 | 312 | 17 | 26 | 0 | 25 | 403 | 36 | 106 |
| Binary | 10101011 | 10011101 | 11001010 | 1111 | 10110 | 0 | 10101 | 100000011 | 11110 | 1000110 |
Color Harmonies of #AB9DCA
Complementary color
Monochromatic Colors of #AB9DCA
Black with #AB9DCA
Text Example
Text Example
White with #AB9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DCA; }
p { color: rgb(171,157,202); }
H1.HeaderClassName
{
color: #AB9DCA;
}
.AnyTagClassName
{
color: #AB9DCA;
}
</style>
background-color css
<style>
a { background-color: #AB9DCA; }
a { background-color: rgb(171,157,202); }
div.DivClassName
{
background-color: #AB9DCA;
}
.BgClassName
{
background-color: #AB9DCA;
}
</style>
border-color css
<style>
span { border-color: #AB9DCA; }
span { border-color: rgb(171,157,202); }
td.TdClassName
{
border-color: #AB9DCA;
}
.TagClassName
{
border-color: #AB9DCA;
}
</style>