Shades of Biloba Flower #ABA3C1
Tints of Biloba Flower #ABA3C1
RGB
CMYK
RGB Variations
Color information
#ABA3C1 (or 0xABA3C1) is known color: Biloba Flower. HEX triplet: AB, A3 and C1. RGB value is (171,163,193). Sum of RGB (Red+Green+Blue) = 171+163+193=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3C1 is #545C3E. Grayscale: #A8A8A8. Windows color (decimal): -5528639 or 12690347. OLE color: 12690347.
HSL color Cylindrical-coordinate representation of color #ABA3C1: hue angle of 256º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA3C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 163 | 193 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.24 |
| HSL | 256º | 0.19% | 0.7% | - |
| HSV(B) | 256º | 0.16% | 0.76% | - |
| XYZ | 39.52 | 38.7 | 55.84 | - |
| YUV | 168.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 193 | 0.11 | 0.16 | 0 | 0.24 | 256 | 0.19 | 0.7 |
| Hex | AB | A3 | C1 | B | 10 | 0 | 18 | 100 | 13 | 46 |
| Octal | 253 | 243 | 301 | 13 | 20 | 0 | 30 | 400 | 23 | 106 |
| Binary | 10101011 | 10100011 | 11000001 | 1011 | 10000 | 0 | 11000 | 100000000 | 10011 | 1000110 |
Color Harmonies of #ABA3C1
Complementary color
Monochromatic Colors of #ABA3C1
Black with #ABA3C1
Text Example
Text Example
White with #ABA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3C1; }
p { color: rgb(171,163,193); }
H1.HeaderClassName
{
color: #ABA3C1;
}
.AnyTagClassName
{
color: #ABA3C1;
}
</style>
background-color css
<style>
a { background-color: #ABA3C1; }
a { background-color: rgb(171,163,193); }
div.DivClassName
{
background-color: #ABA3C1;
}
.BgClassName
{
background-color: #ABA3C1;
}
</style>
border-color css
<style>
span { border-color: #ABA3C1; }
span { border-color: rgb(171,163,193); }
td.TdClassName
{
border-color: #ABA3C1;
}
.TagClassName
{
border-color: #ABA3C1;
}
</style>