Shades of Biloba Flower #AB82DB
Tints of Biloba Flower #AB82DB
RGB
CMYK
RGB Variations
Color information
#AB82DB (or 0xAB82DB) is known color: Biloba Flower. HEX triplet: AB, 82 and DB. RGB value is (171,130,219). Sum of RGB (Red+Green+Blue) = 171+130+219=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82DB is #547D24. Grayscale: #989898. Windows color (decimal): -5537061 or 14385835. OLE color: 14385835.
HSL color Cylindrical-coordinate representation of color #AB82DB: hue angle of 267.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB82DB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 130 | 219 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.14 |
| HSL | 267.64º | 0.55% | 0.68% | - |
| HSV(B) | 267.64º | 0.41% | 0.86% | - |
| XYZ | 37.56 | 29.74 | 70.78 | - |
| YUV | 152.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 219 | 0.22 | 0.41 | 0 | 0.14 | 267.64 | 0.55 | 0.68 |
| Hex | AB | 82 | DB | 16 | 29 | 0 | E | 10C | 37 | 44 |
| Octal | 253 | 202 | 333 | 26 | 51 | 0 | 16 | 414 | 67 | 104 |
| Binary | 10101011 | 10000010 | 11011011 | 10110 | 101001 | 0 | 1110 | 100001100 | 110111 | 1000100 |
Color Harmonies of #AB82DB
Complementary color
Monochromatic Colors of #AB82DB
Black with #AB82DB
Text Example
Text Example
White with #AB82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82DB; }
p { color: rgb(171,130,219); }
H1.HeaderClassName
{
color: #AB82DB;
}
.AnyTagClassName
{
color: #AB82DB;
}
</style>
background-color css
<style>
a { background-color: #AB82DB; }
a { background-color: rgb(171,130,219); }
div.DivClassName
{
background-color: #AB82DB;
}
.BgClassName
{
background-color: #AB82DB;
}
</style>
border-color css
<style>
span { border-color: #AB82DB; }
span { border-color: rgb(171,130,219); }
td.TdClassName
{
border-color: #AB82DB;
}
.TagClassName
{
border-color: #AB82DB;
}
</style>