Shades of Biloba Flower #AC9FBE
Tints of Biloba Flower #AC9FBE
RGB
CMYK
RGB Variations
Color information
#AC9FBE (or 0xAC9FBE) is known color: Biloba Flower. HEX triplet: AC, 9F and BE. RGB value is (172,159,190). Sum of RGB (Red+Green+Blue) = 172+159+190=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBE is #536041. Grayscale: #A6A6A6. Windows color (decimal): -5464130 or 12492716. OLE color: 12492716.
HSL color Cylindrical-coordinate representation of color #AC9FBE: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9FBE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 159 | 190 | - |
CMYK | 0.09 | 0.16 | 0 | 0.25 |
HSL | 265.16º | 0.19% | 0.68% | - |
HSV(B) | 265.16º | 0.16% | 0.75% | - |
XYZ | 38.71 | 37.28 | 53.87 | - |
YUV | 166.42 | 141.31 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 159 | 190 | 0.09 | 0.16 | 0 | 0.25 | 265.16 | 0.19 | 0.68 |
Hex | AC | 9F | BE | 9 | 10 | 0 | 19 | 109 | 13 | 44 |
Octal | 254 | 237 | 276 | 11 | 20 | 0 | 31 | 411 | 23 | 104 |
Binary | 10101100 | 10011111 | 10111110 | 1001 | 10000 | 0 | 11001 | 100001001 | 10011 | 1000100 |
Color Harmonies of #AC9FBE
Complementary color
Monochromatic Colors of #AC9FBE
Black with #AC9FBE
Text Example
Text Example
White with #AC9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9FBE; }
p { color: rgb(172,159,190); }
H1.HeaderClassName
{
color: #AC9FBE;
}
.AnyTagClassName
{
color: #AC9FBE;
}
</style>
background-color css
<style>
a { background-color: #AC9FBE; }
a { background-color: rgb(172,159,190); }
div.DivClassName
{
background-color: #AC9FBE;
}
.BgClassName
{
background-color: #AC9FBE;
}
</style>
border-color css
<style>
span { border-color: #AC9FBE; }
span { border-color: rgb(172,159,190); }
td.TdClassName
{
border-color: #AC9FBE;
}
.TagClassName
{
border-color: #AC9FBE;
}
</style>