Shades of Biloba Flower #AC7EDB
Tints of Biloba Flower #AC7EDB
RGB
CMYK
RGB Variations
Color information
#AC7EDB (or 0xAC7EDB) is known color: Biloba Flower. HEX triplet: AC, 7E and DB. RGB value is (172,126,219). Sum of RGB (Red+Green+Blue) = 172+126+219=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EDB is #538124. Grayscale: #969696. Windows color (decimal): -5472549 or 14384812. OLE color: 14384812.
HSL color Cylindrical-coordinate representation of color #AC7EDB: hue angle of 269.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7EDB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 126 | 219 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.14 |
| HSL | 269.68º | 0.56% | 0.68% | - |
| HSV(B) | 269.68º | 0.42% | 0.86% | - |
| XYZ | 37.26 | 28.81 | 70.61 | - |
| YUV | 150.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 219 | 0.21 | 0.42 | 0 | 0.14 | 269.68 | 0.56 | 0.68 |
| Hex | AC | 7E | DB | 15 | 2A | 0 | E | 10E | 38 | 44 |
| Octal | 254 | 176 | 333 | 25 | 52 | 0 | 16 | 416 | 70 | 104 |
| Binary | 10101100 | 1111110 | 11011011 | 10101 | 101010 | 0 | 1110 | 100001110 | 111000 | 1000100 |
Color Harmonies of #AC7EDB
Complementary color
Monochromatic Colors of #AC7EDB
Black with #AC7EDB
Text Example
Text Example
White with #AC7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7EDB; }
p { color: rgb(172,126,219); }
H1.HeaderClassName
{
color: #AC7EDB;
}
.AnyTagClassName
{
color: #AC7EDB;
}
</style>
background-color css
<style>
a { background-color: #AC7EDB; }
a { background-color: rgb(172,126,219); }
div.DivClassName
{
background-color: #AC7EDB;
}
.BgClassName
{
background-color: #AC7EDB;
}
</style>
border-color css
<style>
span { border-color: #AC7EDB; }
span { border-color: rgb(172,126,219); }
td.TdClassName
{
border-color: #AC7EDB;
}
.TagClassName
{
border-color: #AC7EDB;
}
</style>