Shades of Biloba Flower #AC92D4
Tints of Biloba Flower #AC92D4
RGB
CMYK
RGB Variations
Color information
#AC92D4 (or 0xAC92D4) is known color: Biloba Flower. HEX triplet: AC, 92 and D4. RGB value is (172,146,212). Sum of RGB (Red+Green+Blue) = 172+146+212=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC92D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92D4 is #536D2B. Grayscale: #A1A1A1. Windows color (decimal): -5467436 or 13931180. OLE color: 13931180.
HSL color Cylindrical-coordinate representation of color #AC92D4: hue angle of 263.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC92D4 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 146 | 212 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.17 |
| HSL | 263.64º | 0.43% | 0.7% | - |
| HSV(B) | 263.64º | 0.31% | 0.83% | - |
| XYZ | 39.18 | 34.08 | 66.8 | - |
| YUV | 161.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 212 | 0.19 | 0.31 | 0 | 0.17 | 263.64 | 0.43 | 0.7 |
| Hex | AC | 92 | D4 | 13 | 1F | 0 | 11 | 108 | 2B | 46 |
| Octal | 254 | 222 | 324 | 23 | 37 | 0 | 21 | 410 | 53 | 106 |
| Binary | 10101100 | 10010010 | 11010100 | 10011 | 11111 | 0 | 10001 | 100001000 | 101011 | 1000110 |
Color Harmonies of #AC92D4
Complementary color
Monochromatic Colors of #AC92D4
Black with #AC92D4
Text Example
Text Example
White with #AC92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92D4; }
p { color: rgb(172,146,212); }
H1.HeaderClassName
{
color: #AC92D4;
}
.AnyTagClassName
{
color: #AC92D4;
}
</style>
background-color css
<style>
a { background-color: #AC92D4; }
a { background-color: rgb(172,146,212); }
div.DivClassName
{
background-color: #AC92D4;
}
.BgClassName
{
background-color: #AC92D4;
}
</style>
border-color css
<style>
span { border-color: #AC92D4; }
span { border-color: rgb(172,146,212); }
td.TdClassName
{
border-color: #AC92D4;
}
.TagClassName
{
border-color: #AC92D4;
}
</style>