Shades of Biloba Flower #A89AC3
Tints of Biloba Flower #A89AC3
RGB
CMYK
RGB Variations
Color information
#A89AC3 (or 0xA89AC3) is known color: Biloba Flower. HEX triplet: A8, 9A and C3. RGB value is (168,154,195). Sum of RGB (Red+Green+Blue) = 168+154+195=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #A89AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC3 is #57653C. Grayscale: #A2A2A2. Windows color (decimal): -5727549 or 12819112. OLE color: 12819112.
HSL color Cylindrical-coordinate representation of color #A89AC3: hue angle of 260.49º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89AC3 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 154 | 195 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.24 |
| HSL | 260.49º | 0.25% | 0.68% | - |
| HSV(B) | 260.49º | 0.21% | 0.76% | - |
| XYZ | 37.55 | 35.38 | 56.48 | - |
| YUV | 162.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 195 | 0.14 | 0.21 | 0 | 0.24 | 260.49 | 0.25 | 0.68 |
| Hex | A8 | 9A | C3 | E | 15 | 0 | 18 | 104 | 19 | 44 |
| Octal | 250 | 232 | 303 | 16 | 25 | 0 | 30 | 404 | 31 | 104 |
| Binary | 10101000 | 10011010 | 11000011 | 1110 | 10101 | 0 | 11000 | 100000100 | 11001 | 1000100 |
Color Harmonies of #A89AC3
Complementary color
Monochromatic Colors of #A89AC3
Black with #A89AC3
Text Example
Text Example
White with #A89AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AC3; }
p { color: rgb(168,154,195); }
H1.HeaderClassName
{
color: #A89AC3;
}
.AnyTagClassName
{
color: #A89AC3;
}
</style>
background-color css
<style>
a { background-color: #A89AC3; }
a { background-color: rgb(168,154,195); }
div.DivClassName
{
background-color: #A89AC3;
}
.BgClassName
{
background-color: #A89AC3;
}
</style>
border-color css
<style>
span { border-color: #A89AC3; }
span { border-color: rgb(168,154,195); }
td.TdClassName
{
border-color: #A89AC3;
}
.TagClassName
{
border-color: #A89AC3;
}
</style>