Shades of Biloba Flower #A292D1
Tints of Biloba Flower #A292D1
RGB
CMYK
RGB Variations
Color information
#A292D1 (or 0xA292D1) is known color: Biloba Flower. HEX triplet: A2, 92 and D1. RGB value is (162,146,209). Sum of RGB (Red+Green+Blue) = 162+146+209=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A292D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292D1 is #5D6D2E. Grayscale: #9D9D9D. Windows color (decimal): -6122799 or 13734562. OLE color: 13734562.
HSL color Cylindrical-coordinate representation of color #A292D1: hue angle of 255.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A292D1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 146 | 209 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 255.24º | 0.41% | 0.7% | - |
| HSV(B) | 255.24º | 0.3% | 0.82% | - |
| XYZ | 36.69 | 32.84 | 64.73 | - |
| YUV | 157.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 209 | 0.22 | 0.30 | 0 | 0.18 | 255.24 | 0.41 | 0.7 |
| Hex | A2 | 92 | D1 | 16 | 1E | 0 | 12 | FF | 29 | 46 |
| Octal | 242 | 222 | 321 | 26 | 36 | 0 | 22 | 377 | 51 | 106 |
| Binary | 10100010 | 10010010 | 11010001 | 10110 | 11110 | 0 | 10010 | 11111111 | 101001 | 1000110 |
Color Harmonies of #A292D1
Complementary color
Monochromatic Colors of #A292D1
Black with #A292D1
Text Example
Text Example
White with #A292D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292D1; }
p { color: rgb(162,146,209); }
H1.HeaderClassName
{
color: #A292D1;
}
.AnyTagClassName
{
color: #A292D1;
}
</style>
background-color css
<style>
a { background-color: #A292D1; }
a { background-color: rgb(162,146,209); }
div.DivClassName
{
background-color: #A292D1;
}
.BgClassName
{
background-color: #A292D1;
}
</style>
border-color css
<style>
span { border-color: #A292D1; }
span { border-color: rgb(162,146,209); }
td.TdClassName
{
border-color: #A292D1;
}
.TagClassName
{
border-color: #A292D1;
}
</style>