Shades of Biloba Flower #AB8AD3
Tints of Biloba Flower #AB8AD3
RGB
CMYK
RGB Variations
Color information
#AB8AD3 (or 0xAB8AD3) is known color: Biloba Flower. HEX triplet: AB, 8A and D3. RGB value is (171,138,211). Sum of RGB (Red+Green+Blue) = 171+138+211=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB8AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD3 is #54752C. Grayscale: #9B9B9B. Windows color (decimal): -5535021 or 13863595. OLE color: 13863595.
HSL color Cylindrical-coordinate representation of color #AB8AD3: hue angle of 267.12º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8AD3 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 138 | 211 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.17 |
| HSL | 267.12º | 0.45% | 0.68% | - |
| HSV(B) | 267.12º | 0.35% | 0.83% | - |
| XYZ | 37.64 | 31.54 | 65.73 | - |
| YUV | 156.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 211 | 0.19 | 0.35 | 0 | 0.17 | 267.12 | 0.45 | 0.68 |
| Hex | AB | 8A | D3 | 13 | 23 | 0 | 11 | 10B | 2D | 44 |
| Octal | 253 | 212 | 323 | 23 | 43 | 0 | 21 | 413 | 55 | 104 |
| Binary | 10101011 | 10001010 | 11010011 | 10011 | 100011 | 0 | 10001 | 100001011 | 101101 | 1000100 |
Color Harmonies of #AB8AD3
Complementary color
Monochromatic Colors of #AB8AD3
Black with #AB8AD3
Text Example
Text Example
White with #AB8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AD3; }
p { color: rgb(171,138,211); }
H1.HeaderClassName
{
color: #AB8AD3;
}
.AnyTagClassName
{
color: #AB8AD3;
}
</style>
background-color css
<style>
a { background-color: #AB8AD3; }
a { background-color: rgb(171,138,211); }
div.DivClassName
{
background-color: #AB8AD3;
}
.BgClassName
{
background-color: #AB8AD3;
}
</style>
border-color css
<style>
span { border-color: #AB8AD3; }
span { border-color: rgb(171,138,211); }
td.TdClassName
{
border-color: #AB8AD3;
}
.TagClassName
{
border-color: #AB8AD3;
}
</style>