Shades of Biloba Flower #AB92D1
Tints of Biloba Flower #AB92D1
RGB
CMYK
RGB Variations
Color information
#AB92D1 (or 0xAB92D1) is known color: Biloba Flower. HEX triplet: AB, 92 and D1. RGB value is (171,146,209). Sum of RGB (Red+Green+Blue) = 171+146+209=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB92D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D1 is #546D2E. Grayscale: #A0A0A0. Windows color (decimal): -5532975 or 13734571. OLE color: 13734571.
HSL color Cylindrical-coordinate representation of color #AB92D1: hue angle of 263.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB92D1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 146 | 209 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 263.81º | 0.41% | 0.7% | - |
| HSV(B) | 263.81º | 0.3% | 0.82% | - |
| XYZ | 38.58 | 33.82 | 64.82 | - |
| YUV | 160.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 209 | 0.18 | 0.30 | 0 | 0.18 | 263.81 | 0.41 | 0.7 |
| Hex | AB | 92 | D1 | 12 | 1E | 0 | 12 | 108 | 29 | 46 |
| Octal | 253 | 222 | 321 | 22 | 36 | 0 | 22 | 410 | 51 | 106 |
| Binary | 10101011 | 10010010 | 11010001 | 10010 | 11110 | 0 | 10010 | 100001000 | 101001 | 1000110 |
Color Harmonies of #AB92D1
Complementary color
Monochromatic Colors of #AB92D1
Black with #AB92D1
Text Example
Text Example
White with #AB92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92D1; }
p { color: rgb(171,146,209); }
H1.HeaderClassName
{
color: #AB92D1;
}
.AnyTagClassName
{
color: #AB92D1;
}
</style>
background-color css
<style>
a { background-color: #AB92D1; }
a { background-color: rgb(171,146,209); }
div.DivClassName
{
background-color: #AB92D1;
}
.BgClassName
{
background-color: #AB92D1;
}
</style>
border-color css
<style>
span { border-color: #AB92D1; }
span { border-color: rgb(171,146,209); }
td.TdClassName
{
border-color: #AB92D1;
}
.TagClassName
{
border-color: #AB92D1;
}
</style>