Shades of Biloba Flower #A89EC3
Tints of Biloba Flower #A89EC3
RGB
CMYK
RGB Variations
Color information
#A89EC3 (or 0xA89EC3) is known color: Biloba Flower. HEX triplet: A8, 9E and C3. RGB value is (168,158,195). Sum of RGB (Red+Green+Blue) = 168+158+195=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #A89EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EC3 is #57613C. Grayscale: #A5A5A5. Windows color (decimal): -5726525 or 12820136. OLE color: 12820136.
HSL color Cylindrical-coordinate representation of color #A89EC3: hue angle of 256.22º 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 #A89EC3 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 158 | 195 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.24 |
| HSL | 256.22º | 0.24% | 0.69% | - |
| HSV(B) | 256.22º | 0.19% | 0.76% | - |
| XYZ | 38.23 | 36.72 | 56.7 | - |
| YUV | 165.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 195 | 0.14 | 0.19 | 0 | 0.24 | 256.22 | 0.24 | 0.69 |
| Hex | A8 | 9E | C3 | E | 13 | 0 | 18 | 100 | 18 | 45 |
| Octal | 250 | 236 | 303 | 16 | 23 | 0 | 30 | 400 | 30 | 105 |
| Binary | 10101000 | 10011110 | 11000011 | 1110 | 10011 | 0 | 11000 | 100000000 | 11000 | 1000101 |
Color Harmonies of #A89EC3
Complementary color
Monochromatic Colors of #A89EC3
Black with #A89EC3
Text Example
Text Example
White with #A89EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EC3; }
p { color: rgb(168,158,195); }
H1.HeaderClassName
{
color: #A89EC3;
}
.AnyTagClassName
{
color: #A89EC3;
}
</style>
background-color css
<style>
a { background-color: #A89EC3; }
a { background-color: rgb(168,158,195); }
div.DivClassName
{
background-color: #A89EC3;
}
.BgClassName
{
background-color: #A89EC3;
}
</style>
border-color css
<style>
span { border-color: #A89EC3; }
span { border-color: rgb(168,158,195); }
td.TdClassName
{
border-color: #A89EC3;
}
.TagClassName
{
border-color: #A89EC3;
}
</style>