Shades of Biloba Flower #A89CC4
Tints of Biloba Flower #A89CC4
RGB
CMYK
RGB Variations
Color information
#A89CC4 (or 0xA89CC4) is known color: Biloba Flower. HEX triplet: A8, 9C and C4. RGB value is (168,156,196). Sum of RGB (Red+Green+Blue) = 168+156+196=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC4 is #57633B. Grayscale: #A4A4A4. Windows color (decimal): -5727036 or 12885160. OLE color: 12885160.
HSL color Cylindrical-coordinate representation of color #A89CC4: hue angle of 258º 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 #A89CC4 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 156 | 196 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.23 |
| HSL | 258º | 0.25% | 0.69% | - |
| HSV(B) | 258º | 0.2% | 0.77% | - |
| XYZ | 38 | 36.09 | 57.19 | - |
| YUV | 164.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 196 | 0.14 | 0.20 | 0 | 0.23 | 258 | 0.25 | 0.69 |
| Hex | A8 | 9C | C4 | E | 14 | 0 | 17 | 102 | 19 | 45 |
| Octal | 250 | 234 | 304 | 16 | 24 | 0 | 27 | 402 | 31 | 105 |
| Binary | 10101000 | 10011100 | 11000100 | 1110 | 10100 | 0 | 10111 | 100000010 | 11001 | 1000101 |
Color Harmonies of #A89CC4
Complementary color
Monochromatic Colors of #A89CC4
Black with #A89CC4
Text Example
Text Example
White with #A89CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CC4; }
p { color: rgb(168,156,196); }
H1.HeaderClassName
{
color: #A89CC4;
}
.AnyTagClassName
{
color: #A89CC4;
}
</style>
background-color css
<style>
a { background-color: #A89CC4; }
a { background-color: rgb(168,156,196); }
div.DivClassName
{
background-color: #A89CC4;
}
.BgClassName
{
background-color: #A89CC4;
}
</style>
border-color css
<style>
span { border-color: #A89CC4; }
span { border-color: rgb(168,156,196); }
td.TdClassName
{
border-color: #A89CC4;
}
.TagClassName
{
border-color: #A89CC4;
}
</style>