Shades of Biloba Flower #AB9AC1
Tints of Biloba Flower #AB9AC1
RGB
CMYK
RGB Variations
Color information
#AB9AC1 (or 0xAB9AC1) is known color: Biloba Flower. HEX triplet: AB, 9A and C1. RGB value is (171,154,193). Sum of RGB (Red+Green+Blue) = 171+154+193=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AC1 is #54653E. Grayscale: #A3A3A3. Windows color (decimal): -5530943 or 12688043. OLE color: 12688043.
HSL color Cylindrical-coordinate representation of color #AB9AC1: hue angle of 266.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB9AC1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 154 | 193 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.24 |
| HSL | 266.15º | 0.24% | 0.68% | - |
| HSV(B) | 266.15º | 0.2% | 0.76% | - |
| XYZ | 37.98 | 35.62 | 55.33 | - |
| YUV | 163.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 193 | 0.11 | 0.20 | 0 | 0.24 | 266.15 | 0.24 | 0.68 |
| Hex | AB | 9A | C1 | B | 14 | 0 | 18 | 10A | 18 | 44 |
| Octal | 253 | 232 | 301 | 13 | 24 | 0 | 30 | 412 | 30 | 104 |
| Binary | 10101011 | 10011010 | 11000001 | 1011 | 10100 | 0 | 11000 | 100001010 | 11000 | 1000100 |
Color Harmonies of #AB9AC1
Complementary color
Monochromatic Colors of #AB9AC1
Black with #AB9AC1
Text Example
Text Example
White with #AB9AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9AC1; }
p { color: rgb(171,154,193); }
H1.HeaderClassName
{
color: #AB9AC1;
}
.AnyTagClassName
{
color: #AB9AC1;
}
</style>
background-color css
<style>
a { background-color: #AB9AC1; }
a { background-color: rgb(171,154,193); }
div.DivClassName
{
background-color: #AB9AC1;
}
.BgClassName
{
background-color: #AB9AC1;
}
</style>
border-color css
<style>
span { border-color: #AB9AC1; }
span { border-color: rgb(171,154,193); }
td.TdClassName
{
border-color: #AB9AC1;
}
.TagClassName
{
border-color: #AB9AC1;
}
</style>