Shades of Biloba Flower #A489D2
Tints of Biloba Flower #A489D2
RGB
CMYK
RGB Variations
Color information
#A489D2 (or 0xA489D2) is known color: Biloba Flower. HEX triplet: A4, 89 and D2. RGB value is (164,137,210). Sum of RGB (Red+Green+Blue) = 164+137+210=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #A489D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489D2 is #5B762D. Grayscale: #999999. Windows color (decimal): -5994030 or 13797796. OLE color: 13797796.
HSL color Cylindrical-coordinate representation of color #A489D2: hue angle of 262.19º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A489D2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 137 | 210 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.18 |
| HSL | 262.19º | 0.45% | 0.68% | - |
| HSV(B) | 262.19º | 0.35% | 0.82% | - |
| XYZ | 35.89 | 30.44 | 64.96 | - |
| YUV | 153.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 210 | 0.22 | 0.35 | 0 | 0.18 | 262.19 | 0.45 | 0.68 |
| Hex | A4 | 89 | D2 | 16 | 23 | 0 | 12 | 106 | 2D | 44 |
| Octal | 244 | 211 | 322 | 26 | 43 | 0 | 22 | 406 | 55 | 104 |
| Binary | 10100100 | 10001001 | 11010010 | 10110 | 100011 | 0 | 10010 | 100000110 | 101101 | 1000100 |
Color Harmonies of #A489D2
Complementary color
Monochromatic Colors of #A489D2
Black with #A489D2
Text Example
Text Example
White with #A489D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489D2; }
p { color: rgb(164,137,210); }
H1.HeaderClassName
{
color: #A489D2;
}
.AnyTagClassName
{
color: #A489D2;
}
</style>
background-color css
<style>
a { background-color: #A489D2; }
a { background-color: rgb(164,137,210); }
div.DivClassName
{
background-color: #A489D2;
}
.BgClassName
{
background-color: #A489D2;
}
</style>
border-color css
<style>
span { border-color: #A489D2; }
span { border-color: rgb(164,137,210); }
td.TdClassName
{
border-color: #A489D2;
}
.TagClassName
{
border-color: #A489D2;
}
</style>