Shades of Biloba Flower #AC93D2
Tints of Biloba Flower #AC93D2
RGB
CMYK
RGB Variations
Color information
#AC93D2 (or 0xAC93D2) is known color: Biloba Flower. HEX triplet: AC, 93 and D2. RGB value is (172,147,210). Sum of RGB (Red+Green+Blue) = 172+147+210=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC93D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93D2 is #536C2D. Grayscale: #A1A1A1. Windows color (decimal): -5467182 or 13800364. OLE color: 13800364.
HSL color Cylindrical-coordinate representation of color #AC93D2: hue angle of 263.81º degrees, saturation: 0.41, 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 #AC93D2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 147 | 210 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 263.81º | 0.41% | 0.7% | - |
| HSV(B) | 263.81º | 0.3% | 0.82% | - |
| XYZ | 39.08 | 34.29 | 65.53 | - |
| YUV | 161.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 210 | 0.18 | 0.30 | 0 | 0.18 | 263.81 | 0.41 | 0.7 |
| Hex | AC | 93 | D2 | 12 | 1E | 0 | 12 | 108 | 29 | 46 |
| Octal | 254 | 223 | 322 | 22 | 36 | 0 | 22 | 410 | 51 | 106 |
| Binary | 10101100 | 10010011 | 11010010 | 10010 | 11110 | 0 | 10010 | 100001000 | 101001 | 1000110 |
Color Harmonies of #AC93D2
Complementary color
Monochromatic Colors of #AC93D2
Black with #AC93D2
Text Example
Text Example
White with #AC93D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93D2; }
p { color: rgb(172,147,210); }
H1.HeaderClassName
{
color: #AC93D2;
}
.AnyTagClassName
{
color: #AC93D2;
}
</style>
background-color css
<style>
a { background-color: #AC93D2; }
a { background-color: rgb(172,147,210); }
div.DivClassName
{
background-color: #AC93D2;
}
.BgClassName
{
background-color: #AC93D2;
}
</style>
border-color css
<style>
span { border-color: #AC93D2; }
span { border-color: rgb(172,147,210); }
td.TdClassName
{
border-color: #AC93D2;
}
.TagClassName
{
border-color: #AC93D2;
}
</style>