Shades of Biloba Flower #ABA0C4
Tints of Biloba Flower #ABA0C4
RGB
CMYK
RGB Variations
Color information
#ABA0C4 (or 0xABA0C4) is known color: Biloba Flower. HEX triplet: AB, A0 and C4. RGB value is (171,160,196). Sum of RGB (Red+Green+Blue) = 171+160+196=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABA0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C4 is #545F3B. Grayscale: #A7A7A7. Windows color (decimal): -5529404 or 12886187. OLE color: 12886187.
HSL color Cylindrical-coordinate representation of color #ABA0C4: hue angle of 258.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA0C4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 160 | 196 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.23 |
| HSL | 258.33º | 0.23% | 0.7% | - |
| HSV(B) | 258.33º | 0.18% | 0.77% | - |
| XYZ | 39.33 | 37.79 | 57.44 | - |
| YUV | 167.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 196 | 0.13 | 0.18 | 0 | 0.23 | 258.33 | 0.23 | 0.7 |
| Hex | AB | A0 | C4 | D | 12 | 0 | 17 | 102 | 17 | 46 |
| Octal | 253 | 240 | 304 | 15 | 22 | 0 | 27 | 402 | 27 | 106 |
| Binary | 10101011 | 10100000 | 11000100 | 1101 | 10010 | 0 | 10111 | 100000010 | 10111 | 1000110 |
Color Harmonies of #ABA0C4
Complementary color
Monochromatic Colors of #ABA0C4
Black with #ABA0C4
Text Example
Text Example
White with #ABA0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0C4; }
p { color: rgb(171,160,196); }
H1.HeaderClassName
{
color: #ABA0C4;
}
.AnyTagClassName
{
color: #ABA0C4;
}
</style>
background-color css
<style>
a { background-color: #ABA0C4; }
a { background-color: rgb(171,160,196); }
div.DivClassName
{
background-color: #ABA0C4;
}
.BgClassName
{
background-color: #ABA0C4;
}
</style>
border-color css
<style>
span { border-color: #ABA0C4; }
span { border-color: rgb(171,160,196); }
td.TdClassName
{
border-color: #ABA0C4;
}
.TagClassName
{
border-color: #ABA0C4;
}
</style>