Shades of Biloba Flower #AB8AD2
Tints of Biloba Flower #AB8AD2
RGB
CMYK
RGB Variations
Color information
#AB8AD2 (or 0xAB8AD2) is known color: Biloba Flower. HEX triplet: AB, 8A and D2. RGB value is (171,138,210). Sum of RGB (Red+Green+Blue) = 171+138+210=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB8AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD2 is #54752D. Grayscale: #9B9B9B. Windows color (decimal): -5535022 or 13798059. OLE color: 13798059.
HSL color Cylindrical-coordinate representation of color #AB8AD2: hue angle of 267.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8AD2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 138 | 210 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.18 |
| HSL | 267.5º | 0.44% | 0.68% | - |
| HSV(B) | 267.5º | 0.34% | 0.82% | - |
| XYZ | 37.52 | 31.49 | 65.07 | - |
| YUV | 156.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 210 | 0.19 | 0.34 | 0 | 0.18 | 267.5 | 0.44 | 0.68 |
| Hex | AB | 8A | D2 | 13 | 22 | 0 | 12 | 10C | 2C | 44 |
| Octal | 253 | 212 | 322 | 23 | 42 | 0 | 22 | 414 | 54 | 104 |
| Binary | 10101011 | 10001010 | 11010010 | 10011 | 100010 | 0 | 10010 | 100001100 | 101100 | 1000100 |
Color Harmonies of #AB8AD2
Complementary color
Monochromatic Colors of #AB8AD2
Black with #AB8AD2
Text Example
Text Example
White with #AB8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AD2; }
p { color: rgb(171,138,210); }
H1.HeaderClassName
{
color: #AB8AD2;
}
.AnyTagClassName
{
color: #AB8AD2;
}
</style>
background-color css
<style>
a { background-color: #AB8AD2; }
a { background-color: rgb(171,138,210); }
div.DivClassName
{
background-color: #AB8AD2;
}
.BgClassName
{
background-color: #AB8AD2;
}
</style>
border-color css
<style>
span { border-color: #AB8AD2; }
span { border-color: rgb(171,138,210); }
td.TdClassName
{
border-color: #AB8AD2;
}
.TagClassName
{
border-color: #AB8AD2;
}
</style>