Shades of Biloba Flower #A89DC4
Tints of Biloba Flower #A89DC4
RGB
CMYK
RGB Variations
Color information
#A89DC4 (or 0xA89DC4) is known color: Biloba Flower. HEX triplet: A8, 9D and C4. RGB value is (168,157,196). Sum of RGB (Red+Green+Blue) = 168+157+196=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DC4 is #57623B. Grayscale: #A4A4A4. Windows color (decimal): -5726780 or 12885416. OLE color: 12885416.
HSL color Cylindrical-coordinate representation of color #A89DC4: hue angle of 256.92º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89DC4 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 157 | 196 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.23 |
| HSL | 256.92º | 0.25% | 0.69% | - |
| HSV(B) | 256.92º | 0.2% | 0.77% | - |
| XYZ | 38.17 | 36.42 | 57.24 | - |
| YUV | 164.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 196 | 0.14 | 0.20 | 0 | 0.23 | 256.92 | 0.25 | 0.69 |
| Hex | A8 | 9D | C4 | E | 14 | 0 | 17 | 101 | 19 | 45 |
| Octal | 250 | 235 | 304 | 16 | 24 | 0 | 27 | 401 | 31 | 105 |
| Binary | 10101000 | 10011101 | 11000100 | 1110 | 10100 | 0 | 10111 | 100000001 | 11001 | 1000101 |
Color Harmonies of #A89DC4
Complementary color
Monochromatic Colors of #A89DC4
Black with #A89DC4
Text Example
Text Example
White with #A89DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DC4; }
p { color: rgb(168,157,196); }
H1.HeaderClassName
{
color: #A89DC4;
}
.AnyTagClassName
{
color: #A89DC4;
}
</style>
background-color css
<style>
a { background-color: #A89DC4; }
a { background-color: rgb(168,157,196); }
div.DivClassName
{
background-color: #A89DC4;
}
.BgClassName
{
background-color: #A89DC4;
}
</style>
border-color css
<style>
span { border-color: #A89DC4; }
span { border-color: rgb(168,157,196); }
td.TdClassName
{
border-color: #A89DC4;
}
.TagClassName
{
border-color: #A89DC4;
}
</style>