Shades of Biloba Flower #AC9FBD
Tints of Biloba Flower #AC9FBD
RGB
CMYK
RGB Variations
Color information
#AC9FBD (or 0xAC9FBD) is known color: Biloba Flower. HEX triplet: AC, 9F and BD. RGB value is (172,159,189). Sum of RGB (Red+Green+Blue) = 172+159+189=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBD is #536042. Grayscale: #A6A6A6. Windows color (decimal): -5464131 or 12427180. OLE color: 12427180.
HSL color Cylindrical-coordinate representation of color #AC9FBD: hue angle of 266º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9FBD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 159 | 189 | - |
CMYK | 0.09 | 0.16 | 0 | 0.26 |
HSL | 266º | 0.19% | 0.68% | - |
HSV(B) | 266º | 0.16% | 0.74% | - |
XYZ | 38.6 | 37.24 | 53.3 | - |
YUV | 166.31 | 140.81 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 159 | 189 | 0.09 | 0.16 | 0 | 0.26 | 266 | 0.19 | 0.68 |
Hex | AC | 9F | BD | 9 | 10 | 0 | 1A | 10A | 13 | 44 |
Octal | 254 | 237 | 275 | 11 | 20 | 0 | 32 | 412 | 23 | 104 |
Binary | 10101100 | 10011111 | 10111101 | 1001 | 10000 | 0 | 11010 | 100001010 | 10011 | 1000100 |
Color Harmonies of #AC9FBD
Complementary color
Monochromatic Colors of #AC9FBD
Black with #AC9FBD
Text Example
Text Example
White with #AC9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9FBD; }
p { color: rgb(172,159,189); }
H1.HeaderClassName
{
color: #AC9FBD;
}
.AnyTagClassName
{
color: #AC9FBD;
}
</style>
background-color css
<style>
a { background-color: #AC9FBD; }
a { background-color: rgb(172,159,189); }
div.DivClassName
{
background-color: #AC9FBD;
}
.BgClassName
{
background-color: #AC9FBD;
}
</style>
border-color css
<style>
span { border-color: #AC9FBD; }
span { border-color: rgb(172,159,189); }
td.TdClassName
{
border-color: #AC9FBD;
}
.TagClassName
{
border-color: #AC9FBD;
}
</style>