Shades of Biloba Flower #AB95E5
Tints of Biloba Flower #AB95E5
RGB
CMYK
RGB Variations
Color information
#AB95E5 (or 0xAB95E5) is known color: Biloba Flower. HEX triplet: AB, 95 and E5. RGB value is (171,149,229). Sum of RGB (Red+Green+Blue) = 171+149+229=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB95E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95E5 is #546A1A. Grayscale: #A4A4A4. Windows color (decimal): -5532187 or 15046059. OLE color: 15046059.
HSL color Cylindrical-coordinate representation of color #AB95E5: hue angle of 256.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB95E5 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 149 | 229 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.10 |
| HSL | 256.5º | 0.61% | 0.74% | - |
| HSV(B) | 256.5º | 0.35% | 0.9% | - |
| XYZ | 41.68 | 35.81 | 78.84 | - |
| YUV | 164.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 229 | 0.25 | 0.35 | 0 | 0.10 | 256.5 | 0.61 | 0.74 |
| Hex | AB | 95 | E5 | 19 | 23 | 0 | A | 100 | 3D | 4A |
| Octal | 253 | 225 | 345 | 31 | 43 | 0 | 12 | 400 | 75 | 112 |
| Binary | 10101011 | 10010101 | 11100101 | 11001 | 100011 | 0 | 1010 | 100000000 | 111101 | 1001010 |
Color Harmonies of #AB95E5
Complementary color
Monochromatic Colors of #AB95E5
Black with #AB95E5
Text Example
Text Example
White with #AB95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB95E5; }
p { color: rgb(171,149,229); }
H1.HeaderClassName
{
color: #AB95E5;
}
.AnyTagClassName
{
color: #AB95E5;
}
</style>
background-color css
<style>
a { background-color: #AB95E5; }
a { background-color: rgb(171,149,229); }
div.DivClassName
{
background-color: #AB95E5;
}
.BgClassName
{
background-color: #AB95E5;
}
</style>
border-color css
<style>
span { border-color: #AB95E5; }
span { border-color: rgb(171,149,229); }
td.TdClassName
{
border-color: #AB95E5;
}
.TagClassName
{
border-color: #AB95E5;
}
</style>