Shades of Biloba Flower #A292D3
Tints of Biloba Flower #A292D3
RGB
CMYK
RGB Variations
Color information
#A292D3 (or 0xA292D3) is known color: Biloba Flower. HEX triplet: A2, 92 and D3. RGB value is (162,146,211). Sum of RGB (Red+Green+Blue) = 162+146+211=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #A292D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292D3 is #5D6D2C. Grayscale: #9D9D9D. Windows color (decimal): -6122797 or 13865634. OLE color: 13865634.
HSL color Cylindrical-coordinate representation of color #A292D3: hue angle of 254.77º degrees, saturation: 0.42, 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 #A292D3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 146 | 211 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.17 |
| HSL | 254.77º | 0.42% | 0.7% | - |
| HSV(B) | 254.77º | 0.31% | 0.83% | - |
| XYZ | 36.94 | 32.94 | 66.04 | - |
| YUV | 158.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 211 | 0.23 | 0.31 | 0 | 0.17 | 254.77 | 0.42 | 0.7 |
| Hex | A2 | 92 | D3 | 17 | 1F | 0 | 11 | FF | 2A | 46 |
| Octal | 242 | 222 | 323 | 27 | 37 | 0 | 21 | 377 | 52 | 106 |
| Binary | 10100010 | 10010010 | 11010011 | 10111 | 11111 | 0 | 10001 | 11111111 | 101010 | 1000110 |
Color Harmonies of #A292D3
Complementary color
Monochromatic Colors of #A292D3
Black with #A292D3
Text Example
Text Example
White with #A292D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292D3; }
p { color: rgb(162,146,211); }
H1.HeaderClassName
{
color: #A292D3;
}
.AnyTagClassName
{
color: #A292D3;
}
</style>
background-color css
<style>
a { background-color: #A292D3; }
a { background-color: rgb(162,146,211); }
div.DivClassName
{
background-color: #A292D3;
}
.BgClassName
{
background-color: #A292D3;
}
</style>
border-color css
<style>
span { border-color: #A292D3; }
span { border-color: rgb(162,146,211); }
td.TdClassName
{
border-color: #A292D3;
}
.TagClassName
{
border-color: #A292D3;
}
</style>