Shades of Biloba Flower #AB9CCE
Tints of Biloba Flower #AB9CCE
RGB
CMYK
RGB Variations
Color information
#AB9CCE (or 0xAB9CCE) is known color: Biloba Flower. HEX triplet: AB, 9C and CE. RGB value is (171,156,206). Sum of RGB (Red+Green+Blue) = 171+156+206=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCE is #546331. Grayscale: #A5A5A5. Windows color (decimal): -5530418 or 13540523. OLE color: 13540523.
HSL color Cylindrical-coordinate representation of color #AB9CCE: hue angle of 258º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9CCE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 156 | 206 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.19 |
| HSL | 258º | 0.34% | 0.71% | - |
| HSV(B) | 258º | 0.24% | 0.81% | - |
| XYZ | 39.82 | 36.89 | 63.41 | - |
| YUV | 166.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 206 | 0.17 | 0.24 | 0 | 0.19 | 258 | 0.34 | 0.71 |
| Hex | AB | 9C | CE | 11 | 18 | 0 | 13 | 102 | 22 | 47 |
| Octal | 253 | 234 | 316 | 21 | 30 | 0 | 23 | 402 | 42 | 107 |
| Binary | 10101011 | 10011100 | 11001110 | 10001 | 11000 | 0 | 10011 | 100000010 | 100010 | 1000111 |
Color Harmonies of #AB9CCE
Complementary color
Monochromatic Colors of #AB9CCE
Black with #AB9CCE
Text Example
Text Example
White with #AB9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CCE; }
p { color: rgb(171,156,206); }
H1.HeaderClassName
{
color: #AB9CCE;
}
.AnyTagClassName
{
color: #AB9CCE;
}
</style>
background-color css
<style>
a { background-color: #AB9CCE; }
a { background-color: rgb(171,156,206); }
div.DivClassName
{
background-color: #AB9CCE;
}
.BgClassName
{
background-color: #AB9CCE;
}
</style>
border-color css
<style>
span { border-color: #AB9CCE; }
span { border-color: rgb(171,156,206); }
td.TdClassName
{
border-color: #AB9CCE;
}
.TagClassName
{
border-color: #AB9CCE;
}
</style>