Shades of Biloba Flower #AB9CC2
Tints of Biloba Flower #AB9CC2
RGB
CMYK
RGB Variations
Color information
#AB9CC2 (or 0xAB9CC2) is known color: Biloba Flower. HEX triplet: AB, 9C and C2. RGB value is (171,156,194). Sum of RGB (Red+Green+Blue) = 171+156+194=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB9CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CC2 is #54633D. Grayscale: #A4A4A4. Windows color (decimal): -5530430 or 12754091. OLE color: 12754091.
HSL color Cylindrical-coordinate representation of color #AB9CC2: hue angle of 263.68º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB9CC2 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 156 | 194 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.24 |
| HSL | 263.68º | 0.24% | 0.69% | - |
| HSV(B) | 263.68º | 0.2% | 0.76% | - |
| XYZ | 38.42 | 36.33 | 56.03 | - |
| YUV | 164.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 194 | 0.12 | 0.20 | 0 | 0.24 | 263.68 | 0.24 | 0.69 |
| Hex | AB | 9C | C2 | C | 14 | 0 | 18 | 108 | 18 | 45 |
| Octal | 253 | 234 | 302 | 14 | 24 | 0 | 30 | 410 | 30 | 105 |
| Binary | 10101011 | 10011100 | 11000010 | 1100 | 10100 | 0 | 11000 | 100001000 | 11000 | 1000101 |
Color Harmonies of #AB9CC2
Complementary color
Monochromatic Colors of #AB9CC2
Black with #AB9CC2
Text Example
Text Example
White with #AB9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CC2; }
p { color: rgb(171,156,194); }
H1.HeaderClassName
{
color: #AB9CC2;
}
.AnyTagClassName
{
color: #AB9CC2;
}
</style>
background-color css
<style>
a { background-color: #AB9CC2; }
a { background-color: rgb(171,156,194); }
div.DivClassName
{
background-color: #AB9CC2;
}
.BgClassName
{
background-color: #AB9CC2;
}
</style>
border-color css
<style>
span { border-color: #AB9CC2; }
span { border-color: rgb(171,156,194); }
td.TdClassName
{
border-color: #AB9CC2;
}
.TagClassName
{
border-color: #AB9CC2;
}
</style>