Shades of Biloba Flower #AC92CB
Tints of Biloba Flower #AC92CB
RGB
CMYK
RGB Variations
Color information
#AC92CB (or 0xAC92CB) is known color: Biloba Flower. HEX triplet: AC, 92 and CB. RGB value is (172,146,203). Sum of RGB (Red+Green+Blue) = 172+146+203=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CB is #536D34. Grayscale: #A0A0A0. Windows color (decimal): -5467445 or 13341356. OLE color: 13341356.
HSL color Cylindrical-coordinate representation of color #AC92CB: hue angle of 267.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC92CB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 146 | 203 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.20 |
| HSL | 267.37º | 0.35% | 0.68% | - |
| HSV(B) | 267.37º | 0.28% | 0.8% | - |
| XYZ | 38.07 | 33.64 | 60.99 | - |
| YUV | 160.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 203 | 0.15 | 0.28 | 0 | 0.20 | 267.37 | 0.35 | 0.68 |
| Hex | AC | 92 | CB | F | 1C | 0 | 14 | 10B | 23 | 44 |
| Octal | 254 | 222 | 313 | 17 | 34 | 0 | 24 | 413 | 43 | 104 |
| Binary | 10101100 | 10010010 | 11001011 | 1111 | 11100 | 0 | 10100 | 100001011 | 100011 | 1000100 |
Color Harmonies of #AC92CB
Complementary color
Monochromatic Colors of #AC92CB
Black with #AC92CB
Text Example
Text Example
White with #AC92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92CB; }
p { color: rgb(172,146,203); }
H1.HeaderClassName
{
color: #AC92CB;
}
.AnyTagClassName
{
color: #AC92CB;
}
</style>
background-color css
<style>
a { background-color: #AC92CB; }
a { background-color: rgb(172,146,203); }
div.DivClassName
{
background-color: #AC92CB;
}
.BgClassName
{
background-color: #AC92CB;
}
</style>
border-color css
<style>
span { border-color: #AC92CB; }
span { border-color: rgb(172,146,203); }
td.TdClassName
{
border-color: #AC92CB;
}
.TagClassName
{
border-color: #AC92CB;
}
</style>