Shades of Biloba Flower #A89ADC
Tints of Biloba Flower #A89ADC
RGB
CMYK
RGB Variations
Color information
#A89ADC (or 0xA89ADC) is known color: Biloba Flower. HEX triplet: A8, 9A and DC. RGB value is (168,154,220). Sum of RGB (Red+Green+Blue) = 168+154+220=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A89ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADC is #576523. Grayscale: #A5A5A5. Windows color (decimal): -5727524 or 14457512. OLE color: 14457512.
HSL color Cylindrical-coordinate representation of color #A89ADC: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89ADC is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 154 | 220 | - |
| CMYK | 0.24 | 0.3 | 0 | 0.14 |
| HSL | 252.73º | 0.49% | 0.73% | - |
| HSV(B) | 252.73º | 0.3% | 0.86% | - |
| XYZ | 40.62 | 36.6 | 72.63 | - |
| YUV | 165.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 220 | 0.24 | 0.3 | 0 | 0.14 | 252.73 | 0.49 | 0.73 |
| Hex | A8 | 9A | DC | 18 | 1E | 0 | E | FD | 31 | 49 |
| Octal | 250 | 232 | 334 | 30 | 36 | 0 | 16 | 375 | 61 | 111 |
| Binary | 10101000 | 10011010 | 11011100 | 11000 | 11110 | 0 | 1110 | 11111101 | 110001 | 1001001 |
Color Harmonies of #A89ADC
Complementary color
Monochromatic Colors of #A89ADC
Black with #A89ADC
Text Example
Text Example
White with #A89ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ADC; }
p { color: rgb(168,154,220); }
H1.HeaderClassName
{
color: #A89ADC;
}
.AnyTagClassName
{
color: #A89ADC;
}
</style>
background-color css
<style>
a { background-color: #A89ADC; }
a { background-color: rgb(168,154,220); }
div.DivClassName
{
background-color: #A89ADC;
}
.BgClassName
{
background-color: #A89ADC;
}
</style>
border-color css
<style>
span { border-color: #A89ADC; }
span { border-color: rgb(168,154,220); }
td.TdClassName
{
border-color: #A89ADC;
}
.TagClassName
{
border-color: #A89ADC;
}
</style>