Shades of Biloba Flower #AB9CC1
Tints of Biloba Flower #AB9CC1
RGB
CMYK
RGB Variations
Color information
#AB9CC1 (or 0xAB9CC1) is known color: Biloba Flower. HEX triplet: AB, 9C and C1. RGB value is (171,156,193). Sum of RGB (Red+Green+Blue) = 171+156+193=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CC1 is #54633E. Grayscale: #A4A4A4. Windows color (decimal): -5530431 or 12688555. OLE color: 12688555.
HSL color Cylindrical-coordinate representation of color #AB9CC1: hue angle of 264.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9CC1 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 156 | 193 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.24 |
| HSL | 264.32º | 0.23% | 0.68% | - |
| HSV(B) | 264.32º | 0.19% | 0.76% | - |
| XYZ | 38.31 | 36.29 | 55.44 | - |
| YUV | 164.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 193 | 0.11 | 0.19 | 0 | 0.24 | 264.32 | 0.23 | 0.68 |
| Hex | AB | 9C | C1 | B | 13 | 0 | 18 | 108 | 17 | 44 |
| Octal | 253 | 234 | 301 | 13 | 23 | 0 | 30 | 410 | 27 | 104 |
| Binary | 10101011 | 10011100 | 11000001 | 1011 | 10011 | 0 | 11000 | 100001000 | 10111 | 1000100 |
Color Harmonies of #AB9CC1
Complementary color
Monochromatic Colors of #AB9CC1
Black with #AB9CC1
Text Example
Text Example
White with #AB9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CC1; }
p { color: rgb(171,156,193); }
H1.HeaderClassName
{
color: #AB9CC1;
}
.AnyTagClassName
{
color: #AB9CC1;
}
</style>
background-color css
<style>
a { background-color: #AB9CC1; }
a { background-color: rgb(171,156,193); }
div.DivClassName
{
background-color: #AB9CC1;
}
.BgClassName
{
background-color: #AB9CC1;
}
</style>
border-color css
<style>
span { border-color: #AB9CC1; }
span { border-color: rgb(171,156,193); }
td.TdClassName
{
border-color: #AB9CC1;
}
.TagClassName
{
border-color: #AB9CC1;
}
</style>