Shades of Biloba Flower #AB9ADC
Tints of Biloba Flower #AB9ADC
RGB
CMYK
RGB Variations
Color information
#AB9ADC (or 0xAB9ADC) is known color: Biloba Flower. HEX triplet: AB, 9A and DC. RGB value is (171,154,220). Sum of RGB (Red+Green+Blue) = 171+154+220=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADC is #546523. Grayscale: #A6A6A6. Windows color (decimal): -5530916 or 14457515. OLE color: 14457515.
HSL color Cylindrical-coordinate representation of color #AB9ADC: hue angle of 255.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9ADC is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 154 | 220 | - |
| CMYK | 0.22 | 0.3 | 0 | 0.14 |
| HSL | 255.45º | 0.49% | 0.73% | - |
| HSV(B) | 255.45º | 0.3% | 0.86% | - |
| XYZ | 41.27 | 36.94 | 72.66 | - |
| YUV | 166.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 220 | 0.22 | 0.3 | 0 | 0.14 | 255.45 | 0.49 | 0.73 |
| Hex | AB | 9A | DC | 16 | 1E | 0 | E | FF | 31 | 49 |
| Octal | 253 | 232 | 334 | 26 | 36 | 0 | 16 | 377 | 61 | 111 |
| Binary | 10101011 | 10011010 | 11011100 | 10110 | 11110 | 0 | 1110 | 11111111 | 110001 | 1001001 |
Color Harmonies of #AB9ADC
Complementary color
Monochromatic Colors of #AB9ADC
Black with #AB9ADC
Text Example
Text Example
White with #AB9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ADC; }
p { color: rgb(171,154,220); }
H1.HeaderClassName
{
color: #AB9ADC;
}
.AnyTagClassName
{
color: #AB9ADC;
}
</style>
background-color css
<style>
a { background-color: #AB9ADC; }
a { background-color: rgb(171,154,220); }
div.DivClassName
{
background-color: #AB9ADC;
}
.BgClassName
{
background-color: #AB9ADC;
}
</style>
border-color css
<style>
span { border-color: #AB9ADC; }
span { border-color: rgb(171,154,220); }
td.TdClassName
{
border-color: #AB9ADC;
}
.TagClassName
{
border-color: #AB9ADC;
}
</style>