Shades of Biloba Flower #AC82DB
Tints of Biloba Flower #AC82DB
RGB
CMYK
RGB Variations
Color information
#AC82DB (or 0xAC82DB) is known color: Biloba Flower. HEX triplet: AC, 82 and DB. RGB value is (172,130,219). Sum of RGB (Red+Green+Blue) = 172+130+219=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82DB is #537D24. Grayscale: #989898. Windows color (decimal): -5471525 or 14385836. OLE color: 14385836.
HSL color Cylindrical-coordinate representation of color #AC82DB: hue angle of 268.31º 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 #AC82DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 130 | 219 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.14 |
| HSL | 268.31º | 0.55% | 0.68% | - |
| HSV(B) | 268.31º | 0.41% | 0.86% | - |
| XYZ | 37.78 | 29.85 | 70.79 | - |
| YUV | 152.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 219 | 0.21 | 0.41 | 0 | 0.14 | 268.31 | 0.55 | 0.68 |
| Hex | AC | 82 | DB | 15 | 29 | 0 | E | 10C | 37 | 44 |
| Octal | 254 | 202 | 333 | 25 | 51 | 0 | 16 | 414 | 67 | 104 |
| Binary | 10101100 | 10000010 | 11011011 | 10101 | 101001 | 0 | 1110 | 100001100 | 110111 | 1000100 |
Color Harmonies of #AC82DB
Complementary color
Monochromatic Colors of #AC82DB
Black with #AC82DB
Text Example
Text Example
White with #AC82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82DB; }
p { color: rgb(172,130,219); }
H1.HeaderClassName
{
color: #AC82DB;
}
.AnyTagClassName
{
color: #AC82DB;
}
</style>
background-color css
<style>
a { background-color: #AC82DB; }
a { background-color: rgb(172,130,219); }
div.DivClassName
{
background-color: #AC82DB;
}
.BgClassName
{
background-color: #AC82DB;
}
</style>
border-color css
<style>
span { border-color: #AC82DB; }
span { border-color: rgb(172,130,219); }
td.TdClassName
{
border-color: #AC82DB;
}
.TagClassName
{
border-color: #AC82DB;
}
</style>