Shades of Biloba Flower #A291D8
Tints of Biloba Flower #A291D8
RGB
CMYK
RGB Variations
Color information
#A291D8 (or 0xA291D8) is known color: Biloba Flower. HEX triplet: A2, 91 and D8. RGB value is (162,145,216). Sum of RGB (Red+Green+Blue) = 162+145+216=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A291D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D8 is #5D6E27. Grayscale: #9D9D9D. Windows color (decimal): -6123048 or 14193058. OLE color: 14193058.
HSL color Cylindrical-coordinate representation of color #A291D8: hue angle of 254.37º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A291D8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 145 | 216 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.15 |
| HSL | 254.37º | 0.48% | 0.71% | - |
| HSV(B) | 254.37º | 0.33% | 0.85% | - |
| XYZ | 37.42 | 32.89 | 69.34 | - |
| YUV | 158.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 216 | 0.25 | 0.33 | 0 | 0.15 | 254.37 | 0.48 | 0.71 |
| Hex | A2 | 91 | D8 | 19 | 21 | 0 | F | FE | 30 | 47 |
| Octal | 242 | 221 | 330 | 31 | 41 | 0 | 17 | 376 | 60 | 107 |
| Binary | 10100010 | 10010001 | 11011000 | 11001 | 100001 | 0 | 1111 | 11111110 | 110000 | 1000111 |
Color Harmonies of #A291D8
Complementary color
Monochromatic Colors of #A291D8
Black with #A291D8
Text Example
Text Example
White with #A291D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291D8; }
p { color: rgb(162,145,216); }
H1.HeaderClassName
{
color: #A291D8;
}
.AnyTagClassName
{
color: #A291D8;
}
</style>
background-color css
<style>
a { background-color: #A291D8; }
a { background-color: rgb(162,145,216); }
div.DivClassName
{
background-color: #A291D8;
}
.BgClassName
{
background-color: #A291D8;
}
</style>
border-color css
<style>
span { border-color: #A291D8; }
span { border-color: rgb(162,145,216); }
td.TdClassName
{
border-color: #A291D8;
}
.TagClassName
{
border-color: #A291D8;
}
</style>