Shades of Biloba Flower #AB8AD5
Tints of Biloba Flower #AB8AD5
RGB
CMYK
RGB Variations
Color information
#AB8AD5 (or 0xAB8AD5) is known color: Biloba Flower. HEX triplet: AB, 8A and D5. RGB value is (171,138,213). Sum of RGB (Red+Green+Blue) = 171+138+213=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD5 is #54752A. Grayscale: #9C9C9C. Windows color (decimal): -5535019 or 13994667. OLE color: 13994667.
HSL color Cylindrical-coordinate representation of color #AB8AD5: hue angle of 266.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8AD5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 138 | 213 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.16 |
| HSL | 266.4º | 0.47% | 0.69% | - |
| HSV(B) | 266.4º | 0.35% | 0.84% | - |
| XYZ | 37.89 | 31.64 | 67.06 | - |
| YUV | 156.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 213 | 0.20 | 0.35 | 0 | 0.16 | 266.4 | 0.47 | 0.69 |
| Hex | AB | 8A | D5 | 14 | 23 | 0 | 10 | 10A | 2F | 45 |
| Octal | 253 | 212 | 325 | 24 | 43 | 0 | 20 | 412 | 57 | 105 |
| Binary | 10101011 | 10001010 | 11010101 | 10100 | 100011 | 0 | 10000 | 100001010 | 101111 | 1000101 |
Color Harmonies of #AB8AD5
Complementary color
Monochromatic Colors of #AB8AD5
Black with #AB8AD5
Text Example
Text Example
White with #AB8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AD5; }
p { color: rgb(171,138,213); }
H1.HeaderClassName
{
color: #AB8AD5;
}
.AnyTagClassName
{
color: #AB8AD5;
}
</style>
background-color css
<style>
a { background-color: #AB8AD5; }
a { background-color: rgb(171,138,213); }
div.DivClassName
{
background-color: #AB8AD5;
}
.BgClassName
{
background-color: #AB8AD5;
}
</style>
border-color css
<style>
span { border-color: #AB8AD5; }
span { border-color: rgb(171,138,213); }
td.TdClassName
{
border-color: #AB8AD5;
}
.TagClassName
{
border-color: #AB8AD5;
}
</style>