Shades of Biloba Flower #ABA0CC
Tints of Biloba Flower #ABA0CC
RGB
CMYK
RGB Variations
Color information
#ABA0CC (or 0xABA0CC) is known color: Biloba Flower. HEX triplet: AB, A0 and CC. RGB value is (171,160,204). Sum of RGB (Red+Green+Blue) = 171+160+204=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CC is #545F33. Grayscale: #A8A8A8. Windows color (decimal): -5529396 or 13410475. OLE color: 13410475.
HSL color Cylindrical-coordinate representation of color #ABA0CC: hue angle of 255º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA0CC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 160 | 204 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.2 |
| HSL | 255º | 0.3% | 0.71% | - |
| HSV(B) | 255º | 0.22% | 0.8% | - |
| XYZ | 40.26 | 38.16 | 62.37 | - |
| YUV | 168.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 204 | 0.16 | 0.22 | 0 | 0.2 | 255 | 0.3 | 0.71 |
| Hex | AB | A0 | CC | 10 | 16 | 0 | 14 | FF | 1E | 47 |
| Octal | 253 | 240 | 314 | 20 | 26 | 0 | 24 | 377 | 36 | 107 |
| Binary | 10101011 | 10100000 | 11001100 | 10000 | 10110 | 0 | 10100 | 11111111 | 11110 | 1000111 |
Color Harmonies of #ABA0CC
Complementary color
Monochromatic Colors of #ABA0CC
Black with #ABA0CC
Text Example
Text Example
White with #ABA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0CC; }
p { color: rgb(171,160,204); }
H1.HeaderClassName
{
color: #ABA0CC;
}
.AnyTagClassName
{
color: #ABA0CC;
}
</style>
background-color css
<style>
a { background-color: #ABA0CC; }
a { background-color: rgb(171,160,204); }
div.DivClassName
{
background-color: #ABA0CC;
}
.BgClassName
{
background-color: #ABA0CC;
}
</style>
border-color css
<style>
span { border-color: #ABA0CC; }
span { border-color: rgb(171,160,204); }
td.TdClassName
{
border-color: #ABA0CC;
}
.TagClassName
{
border-color: #ABA0CC;
}
</style>