Shades of Biloba Flower #AB92D2
Tints of Biloba Flower #AB92D2
RGB
CMYK
RGB Variations
Color information
#AB92D2 (or 0xAB92D2) is known color: Biloba Flower. HEX triplet: AB, 92 and D2. RGB value is (171,146,210). Sum of RGB (Red+Green+Blue) = 171+146+210=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB92D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D2 is #546D2D. Grayscale: #A0A0A0. Windows color (decimal): -5532974 or 13800107. OLE color: 13800107.
HSL color Cylindrical-coordinate representation of color #AB92D2: hue angle of 263.44º degrees, saturation: 0.42, 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 #AB92D2 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 146 | 210 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 263.44º | 0.42% | 0.7% | - |
| HSV(B) | 263.44º | 0.3% | 0.82% | - |
| XYZ | 38.71 | 33.87 | 65.47 | - |
| YUV | 160.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 210 | 0.19 | 0.30 | 0 | 0.18 | 263.44 | 0.42 | 0.7 |
| Hex | AB | 92 | D2 | 13 | 1E | 0 | 12 | 107 | 2A | 46 |
| Octal | 253 | 222 | 322 | 23 | 36 | 0 | 22 | 407 | 52 | 106 |
| Binary | 10101011 | 10010010 | 11010010 | 10011 | 11110 | 0 | 10010 | 100000111 | 101010 | 1000110 |
Color Harmonies of #AB92D2
Complementary color
Monochromatic Colors of #AB92D2
Black with #AB92D2
Text Example
Text Example
White with #AB92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92D2; }
p { color: rgb(171,146,210); }
H1.HeaderClassName
{
color: #AB92D2;
}
.AnyTagClassName
{
color: #AB92D2;
}
</style>
background-color css
<style>
a { background-color: #AB92D2; }
a { background-color: rgb(171,146,210); }
div.DivClassName
{
background-color: #AB92D2;
}
.BgClassName
{
background-color: #AB92D2;
}
</style>
border-color css
<style>
span { border-color: #AB92D2; }
span { border-color: rgb(171,146,210); }
td.TdClassName
{
border-color: #AB92D2;
}
.TagClassName
{
border-color: #AB92D2;
}
</style>