Shades of Biloba Flower #A89CC2
Tints of Biloba Flower #A89CC2
RGB
CMYK
RGB Variations
Color information
#A89CC2 (or 0xA89CC2) is known color: Biloba Flower. HEX triplet: A8, 9C and C2. RGB value is (168,156,194). Sum of RGB (Red+Green+Blue) = 168+156+194=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #A89CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC2 is #57633D. Grayscale: #A3A3A3. Windows color (decimal): -5727038 or 12754088. OLE color: 12754088.
HSL color Cylindrical-coordinate representation of color #A89CC2: hue angle of 258.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89CC2 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 156 | 194 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.24 |
| HSL | 258.95º | 0.24% | 0.69% | - |
| HSV(B) | 258.95º | 0.2% | 0.76% | - |
| XYZ | 37.77 | 36 | 56 | - |
| YUV | 163.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 194 | 0.13 | 0.20 | 0 | 0.24 | 258.95 | 0.24 | 0.69 |
| Hex | A8 | 9C | C2 | D | 14 | 0 | 18 | 103 | 18 | 45 |
| Octal | 250 | 234 | 302 | 15 | 24 | 0 | 30 | 403 | 30 | 105 |
| Binary | 10101000 | 10011100 | 11000010 | 1101 | 10100 | 0 | 11000 | 100000011 | 11000 | 1000101 |
Color Harmonies of #A89CC2
Complementary color
Monochromatic Colors of #A89CC2
Black with #A89CC2
Text Example
Text Example
White with #A89CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CC2; }
p { color: rgb(168,156,194); }
H1.HeaderClassName
{
color: #A89CC2;
}
.AnyTagClassName
{
color: #A89CC2;
}
</style>
background-color css
<style>
a { background-color: #A89CC2; }
a { background-color: rgb(168,156,194); }
div.DivClassName
{
background-color: #A89CC2;
}
.BgClassName
{
background-color: #A89CC2;
}
</style>
border-color css
<style>
span { border-color: #A89CC2; }
span { border-color: rgb(168,156,194); }
td.TdClassName
{
border-color: #A89CC2;
}
.TagClassName
{
border-color: #A89CC2;
}
</style>