Shades of Biloba Flower #A89CC3
Tints of Biloba Flower #A89CC3
RGB
CMYK
RGB Variations
Color information
#A89CC3 (or 0xA89CC3) is known color: Biloba Flower. HEX triplet: A8, 9C and C3. RGB value is (168,156,195). Sum of RGB (Red+Green+Blue) = 168+156+195=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #A89CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC3 is #57633C. Grayscale: #A3A3A3. Windows color (decimal): -5727037 or 12819624. OLE color: 12819624.
HSL color Cylindrical-coordinate representation of color #A89CC3: hue angle of 258.46º degrees, saturation: 0.25, 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 #A89CC3 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 156 | 195 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.24 |
| HSL | 258.46º | 0.25% | 0.69% | - |
| HSV(B) | 258.46º | 0.2% | 0.76% | - |
| XYZ | 37.89 | 36.04 | 56.59 | - |
| YUV | 164.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 195 | 0.14 | 0.20 | 0 | 0.24 | 258.46 | 0.25 | 0.69 |
| Hex | A8 | 9C | C3 | E | 14 | 0 | 18 | 102 | 19 | 45 |
| Octal | 250 | 234 | 303 | 16 | 24 | 0 | 30 | 402 | 31 | 105 |
| Binary | 10101000 | 10011100 | 11000011 | 1110 | 10100 | 0 | 11000 | 100000010 | 11001 | 1000101 |
Color Harmonies of #A89CC3
Complementary color
Monochromatic Colors of #A89CC3
Black with #A89CC3
Text Example
Text Example
White with #A89CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CC3; }
p { color: rgb(168,156,195); }
H1.HeaderClassName
{
color: #A89CC3;
}
.AnyTagClassName
{
color: #A89CC3;
}
</style>
background-color css
<style>
a { background-color: #A89CC3; }
a { background-color: rgb(168,156,195); }
div.DivClassName
{
background-color: #A89CC3;
}
.BgClassName
{
background-color: #A89CC3;
}
</style>
border-color css
<style>
span { border-color: #A89CC3; }
span { border-color: rgb(168,156,195); }
td.TdClassName
{
border-color: #A89CC3;
}
.TagClassName
{
border-color: #A89CC3;
}
</style>