Shades of Biloba Flower #A292E1
Tints of Biloba Flower #A292E1
RGB
CMYK
RGB Variations
Color information
#A292E1 (or 0xA292E1) is known color: Biloba Flower. HEX triplet: A2, 92 and E1. RGB value is (162,146,225). Sum of RGB (Red+Green+Blue) = 162+146+225=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A292E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292E1 is #5D6D1E. Grayscale: #9F9F9F. Windows color (decimal): -6122783 or 14783138. OLE color: 14783138.
HSL color Cylindrical-coordinate representation of color #A292E1: hue angle of 252.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A292E1 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 146 | 225 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.12 |
| HSL | 252.15º | 0.57% | 0.73% | - |
| HSV(B) | 252.15º | 0.35% | 0.88% | - |
| XYZ | 38.77 | 33.68 | 75.69 | - |
| YUV | 159.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 225 | 0.28 | 0.35 | 0 | 0.12 | 252.15 | 0.57 | 0.73 |
| Hex | A2 | 92 | E1 | 1C | 23 | 0 | C | FC | 39 | 49 |
| Octal | 242 | 222 | 341 | 34 | 43 | 0 | 14 | 374 | 71 | 111 |
| Binary | 10100010 | 10010010 | 11100001 | 11100 | 100011 | 0 | 1100 | 11111100 | 111001 | 1001001 |
Color Harmonies of #A292E1
Complementary color
Monochromatic Colors of #A292E1
Black with #A292E1
Text Example
Text Example
White with #A292E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292E1; }
p { color: rgb(162,146,225); }
H1.HeaderClassName
{
color: #A292E1;
}
.AnyTagClassName
{
color: #A292E1;
}
</style>
background-color css
<style>
a { background-color: #A292E1; }
a { background-color: rgb(162,146,225); }
div.DivClassName
{
background-color: #A292E1;
}
.BgClassName
{
background-color: #A292E1;
}
</style>
border-color css
<style>
span { border-color: #A292E1; }
span { border-color: rgb(162,146,225); }
td.TdClassName
{
border-color: #A292E1;
}
.TagClassName
{
border-color: #A292E1;
}
</style>