Shades of Biloba Flower #AB9ACC
Tints of Biloba Flower #AB9ACC
RGB
CMYK
RGB Variations
Color information
#AB9ACC (or 0xAB9ACC) is known color: Biloba Flower. HEX triplet: AB, 9A and CC. RGB value is (171,154,204). Sum of RGB (Red+Green+Blue) = 171+154+204=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACC is #546533. Grayscale: #A4A4A4. Windows color (decimal): -5530932 or 13408939. OLE color: 13408939.
HSL color Cylindrical-coordinate representation of color #AB9ACC: hue angle of 260.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9ACC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 154 | 204 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.2 |
| HSL | 260.4º | 0.33% | 0.7% | - |
| HSV(B) | 260.4º | 0.25% | 0.8% | - |
| XYZ | 39.25 | 36.13 | 62.03 | - |
| YUV | 164.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 204 | 0.16 | 0.25 | 0 | 0.2 | 260.4 | 0.33 | 0.7 |
| Hex | AB | 9A | CC | 10 | 19 | 0 | 14 | 104 | 21 | 46 |
| Octal | 253 | 232 | 314 | 20 | 31 | 0 | 24 | 404 | 41 | 106 |
| Binary | 10101011 | 10011010 | 11001100 | 10000 | 11001 | 0 | 10100 | 100000100 | 100001 | 1000110 |
Color Harmonies of #AB9ACC
Complementary color
Monochromatic Colors of #AB9ACC
Black with #AB9ACC
Text Example
Text Example
White with #AB9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ACC; }
p { color: rgb(171,154,204); }
H1.HeaderClassName
{
color: #AB9ACC;
}
.AnyTagClassName
{
color: #AB9ACC;
}
</style>
background-color css
<style>
a { background-color: #AB9ACC; }
a { background-color: rgb(171,154,204); }
div.DivClassName
{
background-color: #AB9ACC;
}
.BgClassName
{
background-color: #AB9ACC;
}
</style>
border-color css
<style>
span { border-color: #AB9ACC; }
span { border-color: rgb(171,154,204); }
td.TdClassName
{
border-color: #AB9ACC;
}
.TagClassName
{
border-color: #AB9ACC;
}
</style>