Shades of Biloba Flower #AB94D2
Tints of Biloba Flower #AB94D2
RGB
CMYK
RGB Variations
Color information
#AB94D2 (or 0xAB94D2) is known color: Biloba Flower. HEX triplet: AB, 94 and D2. RGB value is (171,148,210). Sum of RGB (Red+Green+Blue) = 171+148+210=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB94D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94D2 is #546B2D. Grayscale: #A1A1A1. Windows color (decimal): -5532462 or 13800619. OLE color: 13800619.
HSL color Cylindrical-coordinate representation of color #AB94D2: hue angle of 262.26º 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 #AB94D2 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 148 | 210 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 262.26º | 0.41% | 0.7% | - |
| HSV(B) | 262.26º | 0.3% | 0.82% | - |
| XYZ | 39.02 | 34.49 | 65.57 | - |
| YUV | 161.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 210 | 0.19 | 0.30 | 0 | 0.18 | 262.26 | 0.41 | 0.7 |
| Hex | AB | 94 | D2 | 13 | 1E | 0 | 12 | 106 | 29 | 46 |
| Octal | 253 | 224 | 322 | 23 | 36 | 0 | 22 | 406 | 51 | 106 |
| Binary | 10101011 | 10010100 | 11010010 | 10011 | 11110 | 0 | 10010 | 100000110 | 101001 | 1000110 |
Color Harmonies of #AB94D2
Complementary color
Monochromatic Colors of #AB94D2
Black with #AB94D2
Text Example
Text Example
White with #AB94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94D2; }
p { color: rgb(171,148,210); }
H1.HeaderClassName
{
color: #AB94D2;
}
.AnyTagClassName
{
color: #AB94D2;
}
</style>
background-color css
<style>
a { background-color: #AB94D2; }
a { background-color: rgb(171,148,210); }
div.DivClassName
{
background-color: #AB94D2;
}
.BgClassName
{
background-color: #AB94D2;
}
</style>
border-color css
<style>
span { border-color: #AB94D2; }
span { border-color: rgb(171,148,210); }
td.TdClassName
{
border-color: #AB94D2;
}
.TagClassName
{
border-color: #AB94D2;
}
</style>