Shades of Biloba Flower #A289D6
Tints of Biloba Flower #A289D6
RGB
CMYK
RGB Variations
Color information
#A289D6 (or 0xA289D6) is known color: Biloba Flower. HEX triplet: A2, 89 and D6. RGB value is (162,137,214). Sum of RGB (Red+Green+Blue) = 162+137+214=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #A289D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289D6 is #5D7629. Grayscale: #989898. Windows color (decimal): -6125098 or 14059938. OLE color: 14059938.
HSL color Cylindrical-coordinate representation of color #A289D6: hue angle of 259.48º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A289D6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 137 | 214 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.16 |
| HSL | 259.48º | 0.48% | 0.69% | - |
| HSV(B) | 259.48º | 0.36% | 0.84% | - |
| XYZ | 35.98 | 30.43 | 67.59 | - |
| YUV | 153.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 214 | 0.24 | 0.36 | 0 | 0.16 | 259.48 | 0.48 | 0.69 |
| Hex | A2 | 89 | D6 | 18 | 24 | 0 | 10 | 103 | 30 | 45 |
| Octal | 242 | 211 | 326 | 30 | 44 | 0 | 20 | 403 | 60 | 105 |
| Binary | 10100010 | 10001001 | 11010110 | 11000 | 100100 | 0 | 10000 | 100000011 | 110000 | 1000101 |
Color Harmonies of #A289D6
Complementary color
Monochromatic Colors of #A289D6
Black with #A289D6
Text Example
Text Example
White with #A289D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289D6; }
p { color: rgb(162,137,214); }
H1.HeaderClassName
{
color: #A289D6;
}
.AnyTagClassName
{
color: #A289D6;
}
</style>
background-color css
<style>
a { background-color: #A289D6; }
a { background-color: rgb(162,137,214); }
div.DivClassName
{
background-color: #A289D6;
}
.BgClassName
{
background-color: #A289D6;
}
</style>
border-color css
<style>
span { border-color: #A289D6; }
span { border-color: rgb(162,137,214); }
td.TdClassName
{
border-color: #A289D6;
}
.TagClassName
{
border-color: #A289D6;
}
</style>