Shades of Biloba Flower #A89DC3
Tints of Biloba Flower #A89DC3
RGB
CMYK
RGB Variations
Color information
#A89DC3 (or 0xA89DC3) is known color: Biloba Flower. HEX triplet: A8, 9D and C3. RGB value is (168,157,195). Sum of RGB (Red+Green+Blue) = 168+157+195=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #A89DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DC3 is #57623C. Grayscale: #A4A4A4. Windows color (decimal): -5726781 or 12819880. OLE color: 12819880.
HSL color Cylindrical-coordinate representation of color #A89DC3: hue angle of 257.37º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89DC3 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 157 | 195 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.24 |
| HSL | 257.37º | 0.24% | 0.69% | - |
| HSV(B) | 257.37º | 0.19% | 0.76% | - |
| XYZ | 38.06 | 36.38 | 56.65 | - |
| YUV | 164.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 195 | 0.14 | 0.19 | 0 | 0.24 | 257.37 | 0.24 | 0.69 |
| Hex | A8 | 9D | C3 | E | 13 | 0 | 18 | 101 | 18 | 45 |
| Octal | 250 | 235 | 303 | 16 | 23 | 0 | 30 | 401 | 30 | 105 |
| Binary | 10101000 | 10011101 | 11000011 | 1110 | 10011 | 0 | 11000 | 100000001 | 11000 | 1000101 |
Color Harmonies of #A89DC3
Complementary color
Monochromatic Colors of #A89DC3
Black with #A89DC3
Text Example
Text Example
White with #A89DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DC3; }
p { color: rgb(168,157,195); }
H1.HeaderClassName
{
color: #A89DC3;
}
.AnyTagClassName
{
color: #A89DC3;
}
</style>
background-color css
<style>
a { background-color: #A89DC3; }
a { background-color: rgb(168,157,195); }
div.DivClassName
{
background-color: #A89DC3;
}
.BgClassName
{
background-color: #A89DC3;
}
</style>
border-color css
<style>
span { border-color: #A89DC3; }
span { border-color: rgb(168,157,195); }
td.TdClassName
{
border-color: #A89DC3;
}
.TagClassName
{
border-color: #A89DC3;
}
</style>