Shades of Biloba Flower #AC93D1
Tints of Biloba Flower #AC93D1
RGB
CMYK
RGB Variations
Color information
#AC93D1 (or 0xAC93D1) is known color: Biloba Flower. HEX triplet: AC, 93 and D1. RGB value is (172,147,209). Sum of RGB (Red+Green+Blue) = 172+147+209=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC93D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93D1 is #536C2E. Grayscale: #A1A1A1. Windows color (decimal): -5467183 or 13734828. OLE color: 13734828.
HSL color Cylindrical-coordinate representation of color #AC93D1: hue angle of 264.19º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC93D1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 147 | 209 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 264.19º | 0.4% | 0.7% | - |
| HSV(B) | 264.19º | 0.3% | 0.82% | - |
| XYZ | 38.96 | 34.24 | 64.88 | - |
| YUV | 161.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 209 | 0.18 | 0.30 | 0 | 0.18 | 264.19 | 0.4 | 0.7 |
| Hex | AC | 93 | D1 | 12 | 1E | 0 | 12 | 108 | 28 | 46 |
| Octal | 254 | 223 | 321 | 22 | 36 | 0 | 22 | 410 | 50 | 106 |
| Binary | 10101100 | 10010011 | 11010001 | 10010 | 11110 | 0 | 10010 | 100001000 | 101000 | 1000110 |
Color Harmonies of #AC93D1
Complementary color
Monochromatic Colors of #AC93D1
Black with #AC93D1
Text Example
Text Example
White with #AC93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93D1; }
p { color: rgb(172,147,209); }
H1.HeaderClassName
{
color: #AC93D1;
}
.AnyTagClassName
{
color: #AC93D1;
}
</style>
background-color css
<style>
a { background-color: #AC93D1; }
a { background-color: rgb(172,147,209); }
div.DivClassName
{
background-color: #AC93D1;
}
.BgClassName
{
background-color: #AC93D1;
}
</style>
border-color css
<style>
span { border-color: #AC93D1; }
span { border-color: rgb(172,147,209); }
td.TdClassName
{
border-color: #AC93D1;
}
.TagClassName
{
border-color: #AC93D1;
}
</style>