Shades of Biloba Flower #ABA1C3
Tints of Biloba Flower #ABA1C3
RGB
CMYK
RGB Variations
Color information
#ABA1C3 (or 0xABA1C3) is known color: Biloba Flower. HEX triplet: AB, A1 and C3. RGB value is (171,161,195). Sum of RGB (Red+Green+Blue) = 171+161+195=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1C3 is #545E3C. Grayscale: #A7A7A7. Windows color (decimal): -5529149 or 12820907. OLE color: 12820907.
HSL color Cylindrical-coordinate representation of color #ABA1C3: hue angle of 257.65º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA1C3 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 161 | 195 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.24 |
| HSL | 257.65º | 0.22% | 0.7% | - |
| HSV(B) | 257.65º | 0.17% | 0.76% | - |
| XYZ | 39.39 | 38.09 | 56.91 | - |
| YUV | 167.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 195 | 0.12 | 0.17 | 0 | 0.24 | 257.65 | 0.22 | 0.7 |
| Hex | AB | A1 | C3 | C | 11 | 0 | 18 | 102 | 16 | 46 |
| Octal | 253 | 241 | 303 | 14 | 21 | 0 | 30 | 402 | 26 | 106 |
| Binary | 10101011 | 10100001 | 11000011 | 1100 | 10001 | 0 | 11000 | 100000010 | 10110 | 1000110 |
Color Harmonies of #ABA1C3
Complementary color
Monochromatic Colors of #ABA1C3
Black with #ABA1C3
Text Example
Text Example
White with #ABA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1C3; }
p { color: rgb(171,161,195); }
H1.HeaderClassName
{
color: #ABA1C3;
}
.AnyTagClassName
{
color: #ABA1C3;
}
</style>
background-color css
<style>
a { background-color: #ABA1C3; }
a { background-color: rgb(171,161,195); }
div.DivClassName
{
background-color: #ABA1C3;
}
.BgClassName
{
background-color: #ABA1C3;
}
</style>
border-color css
<style>
span { border-color: #ABA1C3; }
span { border-color: rgb(171,161,195); }
td.TdClassName
{
border-color: #ABA1C3;
}
.TagClassName
{
border-color: #ABA1C3;
}
</style>