Shades of Biloba Flower #A89AC4
Tints of Biloba Flower #A89AC4
RGB
CMYK
RGB Variations
Color information
#A89AC4 (or 0xA89AC4) is known color: Biloba Flower. HEX triplet: A8, 9A and C4. RGB value is (168,154,196). Sum of RGB (Red+Green+Blue) = 168+154+196=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC4 is #57653B. Grayscale: #A2A2A2. Windows color (decimal): -5727548 or 12884648. OLE color: 12884648.
HSL color Cylindrical-coordinate representation of color #A89AC4: hue angle of 260º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89AC4 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 154 | 196 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.23 |
| HSL | 260º | 0.26% | 0.69% | - |
| HSV(B) | 260º | 0.21% | 0.77% | - |
| XYZ | 37.67 | 35.42 | 57.08 | - |
| YUV | 162.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 196 | 0.14 | 0.21 | 0 | 0.23 | 260 | 0.26 | 0.69 |
| Hex | A8 | 9A | C4 | E | 15 | 0 | 17 | 104 | 1A | 45 |
| Octal | 250 | 232 | 304 | 16 | 25 | 0 | 27 | 404 | 32 | 105 |
| Binary | 10101000 | 10011010 | 11000100 | 1110 | 10101 | 0 | 10111 | 100000100 | 11010 | 1000101 |
Color Harmonies of #A89AC4
Complementary color
Monochromatic Colors of #A89AC4
Black with #A89AC4
Text Example
Text Example
White with #A89AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AC4; }
p { color: rgb(168,154,196); }
H1.HeaderClassName
{
color: #A89AC4;
}
.AnyTagClassName
{
color: #A89AC4;
}
</style>
background-color css
<style>
a { background-color: #A89AC4; }
a { background-color: rgb(168,154,196); }
div.DivClassName
{
background-color: #A89AC4;
}
.BgClassName
{
background-color: #A89AC4;
}
</style>
border-color css
<style>
span { border-color: #A89AC4; }
span { border-color: rgb(168,154,196); }
td.TdClassName
{
border-color: #A89AC4;
}
.TagClassName
{
border-color: #A89AC4;
}
</style>