Shades of Biloba Flower #A492E2
Tints of Biloba Flower #A492E2
RGB
CMYK
RGB Variations
Color information
#A492E2 (or 0xA492E2) is known color: Biloba Flower. HEX triplet: A4, 92 and E2. RGB value is (164,146,226). Sum of RGB (Red+Green+Blue) = 164+146+226=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #A492E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492E2 is #5B6D1D. Grayscale: #A0A0A0. Windows color (decimal): -5991710 or 14848676. OLE color: 14848676.
HSL color Cylindrical-coordinate representation of color #A492E2: hue angle of 253.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A492E2 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 146 | 226 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.11 |
| HSL | 253.5º | 0.58% | 0.73% | - |
| HSV(B) | 253.5º | 0.35% | 0.89% | - |
| XYZ | 39.32 | 33.94 | 76.43 | - |
| YUV | 160.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 226 | 0.27 | 0.35 | 0 | 0.11 | 253.5 | 0.58 | 0.73 |
| Hex | A4 | 92 | E2 | 1B | 23 | 0 | B | FE | 3A | 49 |
| Octal | 244 | 222 | 342 | 33 | 43 | 0 | 13 | 376 | 72 | 111 |
| Binary | 10100100 | 10010010 | 11100010 | 11011 | 100011 | 0 | 1011 | 11111110 | 111010 | 1001001 |
Color Harmonies of #A492E2
Complementary color
Monochromatic Colors of #A492E2
Black with #A492E2
Text Example
Text Example
White with #A492E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492E2; }
p { color: rgb(164,146,226); }
H1.HeaderClassName
{
color: #A492E2;
}
.AnyTagClassName
{
color: #A492E2;
}
</style>
background-color css
<style>
a { background-color: #A492E2; }
a { background-color: rgb(164,146,226); }
div.DivClassName
{
background-color: #A492E2;
}
.BgClassName
{
background-color: #A492E2;
}
</style>
border-color css
<style>
span { border-color: #A492E2; }
span { border-color: rgb(164,146,226); }
td.TdClassName
{
border-color: #A492E2;
}
.TagClassName
{
border-color: #A492E2;
}
</style>