Shades of Biloba Flower #A291D3
Tints of Biloba Flower #A291D3
RGB
CMYK
RGB Variations
Color information
#A291D3 (or 0xA291D3) is known color: Biloba Flower. HEX triplet: A2, 91 and D3. RGB value is (162,145,211). Sum of RGB (Red+Green+Blue) = 162+145+211=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #A291D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D3 is #5D6E2C. Grayscale: #9D9D9D. Windows color (decimal): -6123053 or 13865378. OLE color: 13865378.
HSL color Cylindrical-coordinate representation of color #A291D3: hue angle of 255.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A291D3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 145 | 211 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.17 |
| HSL | 255.45º | 0.43% | 0.7% | - |
| HSV(B) | 255.45º | 0.31% | 0.83% | - |
| XYZ | 36.78 | 32.64 | 65.99 | - |
| YUV | 157.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 211 | 0.23 | 0.31 | 0 | 0.17 | 255.45 | 0.43 | 0.7 |
| Hex | A2 | 91 | D3 | 17 | 1F | 0 | 11 | FF | 2B | 46 |
| Octal | 242 | 221 | 323 | 27 | 37 | 0 | 21 | 377 | 53 | 106 |
| Binary | 10100010 | 10010001 | 11010011 | 10111 | 11111 | 0 | 10001 | 11111111 | 101011 | 1000110 |
Color Harmonies of #A291D3
Complementary color
Monochromatic Colors of #A291D3
Black with #A291D3
Text Example
Text Example
White with #A291D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291D3; }
p { color: rgb(162,145,211); }
H1.HeaderClassName
{
color: #A291D3;
}
.AnyTagClassName
{
color: #A291D3;
}
</style>
background-color css
<style>
a { background-color: #A291D3; }
a { background-color: rgb(162,145,211); }
div.DivClassName
{
background-color: #A291D3;
}
.BgClassName
{
background-color: #A291D3;
}
</style>
border-color css
<style>
span { border-color: #A291D3; }
span { border-color: rgb(162,145,211); }
td.TdClassName
{
border-color: #A291D3;
}
.TagClassName
{
border-color: #A291D3;
}
</style>