Shades of Biloba Flower #AB95E1
Tints of Biloba Flower #AB95E1
RGB
CMYK
RGB Variations
Color information
#AB95E1 (or 0xAB95E1) is known color: Biloba Flower. HEX triplet: AB, 95 and E1. RGB value is (171,149,225). Sum of RGB (Red+Green+Blue) = 171+149+225=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB95E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95E1 is #546A1E. Grayscale: #A3A3A3. Windows color (decimal): -5532191 or 14783915. OLE color: 14783915.
HSL color Cylindrical-coordinate representation of color #AB95E1: hue angle of 257.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB95E1 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 149 | 225 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.12 |
| HSL | 257.37º | 0.56% | 0.73% | - |
| HSV(B) | 257.37º | 0.34% | 0.88% | - |
| XYZ | 41.13 | 35.59 | 75.94 | - |
| YUV | 164.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 225 | 0.24 | 0.34 | 0 | 0.12 | 257.37 | 0.56 | 0.73 |
| Hex | AB | 95 | E1 | 18 | 22 | 0 | C | 101 | 38 | 49 |
| Octal | 253 | 225 | 341 | 30 | 42 | 0 | 14 | 401 | 70 | 111 |
| Binary | 10101011 | 10010101 | 11100001 | 11000 | 100010 | 0 | 1100 | 100000001 | 111000 | 1001001 |
Color Harmonies of #AB95E1
Complementary color
Monochromatic Colors of #AB95E1
Black with #AB95E1
Text Example
Text Example
White with #AB95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB95E1; }
p { color: rgb(171,149,225); }
H1.HeaderClassName
{
color: #AB95E1;
}
.AnyTagClassName
{
color: #AB95E1;
}
</style>
background-color css
<style>
a { background-color: #AB95E1; }
a { background-color: rgb(171,149,225); }
div.DivClassName
{
background-color: #AB95E1;
}
.BgClassName
{
background-color: #AB95E1;
}
</style>
border-color css
<style>
span { border-color: #AB95E1; }
span { border-color: rgb(171,149,225); }
td.TdClassName
{
border-color: #AB95E1;
}
.TagClassName
{
border-color: #AB95E1;
}
</style>