Shades of Biloba Flower #AB95D2
Tints of Biloba Flower #AB95D2
RGB
CMYK
RGB Variations
Color information
#AB95D2 (or 0xAB95D2) is known color: Biloba Flower. HEX triplet: AB, 95 and D2. RGB value is (171,149,210). Sum of RGB (Red+Green+Blue) = 171+149+210=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB95D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95D2 is #546A2D. Grayscale: #A2A2A2. Windows color (decimal): -5532206 or 13800875. OLE color: 13800875.
HSL color Cylindrical-coordinate representation of color #AB95D2: hue angle of 261.64º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB95D2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 149 | 210 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.18 |
| HSL | 261.64º | 0.4% | 0.7% | - |
| HSV(B) | 261.64º | 0.29% | 0.82% | - |
| XYZ | 39.17 | 34.81 | 65.63 | - |
| YUV | 162.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 210 | 0.19 | 0.29 | 0 | 0.18 | 261.64 | 0.4 | 0.7 |
| Hex | AB | 95 | D2 | 13 | 1D | 0 | 12 | 106 | 28 | 46 |
| Octal | 253 | 225 | 322 | 23 | 35 | 0 | 22 | 406 | 50 | 106 |
| Binary | 10101011 | 10010101 | 11010010 | 10011 | 11101 | 0 | 10010 | 100000110 | 101000 | 1000110 |
Color Harmonies of #AB95D2
Complementary color
Monochromatic Colors of #AB95D2
Black with #AB95D2
Text Example
Text Example
White with #AB95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB95D2; }
p { color: rgb(171,149,210); }
H1.HeaderClassName
{
color: #AB95D2;
}
.AnyTagClassName
{
color: #AB95D2;
}
</style>
background-color css
<style>
a { background-color: #AB95D2; }
a { background-color: rgb(171,149,210); }
div.DivClassName
{
background-color: #AB95D2;
}
.BgClassName
{
background-color: #AB95D2;
}
</style>
border-color css
<style>
span { border-color: #AB95D2; }
span { border-color: rgb(171,149,210); }
td.TdClassName
{
border-color: #AB95D2;
}
.TagClassName
{
border-color: #AB95D2;
}
</style>