Shades of Biloba Flower #AC9DC7
Tints of Biloba Flower #AC9DC7
RGB
CMYK
RGB Variations
Color information
#AC9DC7 (or 0xAC9DC7) is known color: Biloba Flower. HEX triplet: AC, 9D and C7. RGB value is (172,157,199). Sum of RGB (Red+Green+Blue) = 172+157+199=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC9DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC7 is #536238. Grayscale: #A6A6A6. Windows color (decimal): -5464633 or 13082028. OLE color: 13082028.
HSL color Cylindrical-coordinate representation of color #AC9DC7: hue angle of 261.43º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC9DC7 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 157 | 199 | - |
CMYK | 0.14 | 0.21 | 0 | 0.22 |
HSL | 261.43º | 0.27% | 0.7% | - |
HSV(B) | 261.43º | 0.21% | 0.78% | - |
XYZ | 39.38 | 37.01 | 59.1 | - |
YUV | 166.27 | 146.47 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 157 | 199 | 0.14 | 0.21 | 0 | 0.22 | 261.43 | 0.27 | 0.7 |
Hex | AC | 9D | C7 | E | 15 | 0 | 16 | 105 | 1B | 46 |
Octal | 254 | 235 | 307 | 16 | 25 | 0 | 26 | 405 | 33 | 106 |
Binary | 10101100 | 10011101 | 11000111 | 1110 | 10101 | 0 | 10110 | 100000101 | 11011 | 1000110 |
Color Harmonies of #AC9DC7
Complementary color
Monochromatic Colors of #AC9DC7
Black with #AC9DC7
Text Example
Text Example
White with #AC9DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9DC7; }
p { color: rgb(172,157,199); }
H1.HeaderClassName
{
color: #AC9DC7;
}
.AnyTagClassName
{
color: #AC9DC7;
}
</style>
background-color css
<style>
a { background-color: #AC9DC7; }
a { background-color: rgb(172,157,199); }
div.DivClassName
{
background-color: #AC9DC7;
}
.BgClassName
{
background-color: #AC9DC7;
}
</style>
border-color css
<style>
span { border-color: #AC9DC7; }
span { border-color: rgb(172,157,199); }
td.TdClassName
{
border-color: #AC9DC7;
}
.TagClassName
{
border-color: #AC9DC7;
}
</style>