Shades of Biloba Flower #AC99CD
Tints of Biloba Flower #AC99CD
RGB
CMYK
RGB Variations
Color information
#AC99CD (or 0xAC99CD) is known color: Biloba Flower. HEX triplet: AC, 99 and CD. RGB value is (172,153,205). Sum of RGB (Red+Green+Blue) = 172+153+205=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CD is #536632. Grayscale: #A4A4A4. Windows color (decimal): -5465651 or 13474220. OLE color: 13474220.
HSL color Cylindrical-coordinate representation of color #AC99CD: hue angle of 261.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC99CD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 153 | 205 | - |
CMYK | 0.16 | 0.25 | 0 | 0.20 |
HSL | 261.92º | 0.34% | 0.7% | - |
HSV(B) | 261.92º | 0.25% | 0.8% | - |
XYZ | 39.42 | 35.96 | 62.62 | - |
YUV | 164.61 | 150.79 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 153 | 205 | 0.16 | 0.25 | 0 | 0.20 | 261.92 | 0.34 | 0.7 |
Hex | AC | 99 | CD | 10 | 19 | 0 | 14 | 106 | 22 | 46 |
Octal | 254 | 231 | 315 | 20 | 31 | 0 | 24 | 406 | 42 | 106 |
Binary | 10101100 | 10011001 | 11001101 | 10000 | 11001 | 0 | 10100 | 100000110 | 100010 | 1000110 |
Color Harmonies of #AC99CD
Complementary color
Monochromatic Colors of #AC99CD
Black with #AC99CD
Text Example
Text Example
White with #AC99CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99CD; }
p { color: rgb(172,153,205); }
H1.HeaderClassName
{
color: #AC99CD;
}
.AnyTagClassName
{
color: #AC99CD;
}
</style>
background-color css
<style>
a { background-color: #AC99CD; }
a { background-color: rgb(172,153,205); }
div.DivClassName
{
background-color: #AC99CD;
}
.BgClassName
{
background-color: #AC99CD;
}
</style>
border-color css
<style>
span { border-color: #AC99CD; }
span { border-color: rgb(172,153,205); }
td.TdClassName
{
border-color: #AC99CD;
}
.TagClassName
{
border-color: #AC99CD;
}
</style>