Shades of Biloba Flower #A492E5
Tints of Biloba Flower #A492E5
RGB
CMYK
RGB Variations
Color information
#A492E5 (or 0xA492E5) is known color: Biloba Flower. HEX triplet: A4, 92 and E5. RGB value is (164,146,229). Sum of RGB (Red+Green+Blue) = 164+146+229=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #A492E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492E5 is #5B6D1A. Grayscale: #A0A0A0. Windows color (decimal): -5991707 or 15045284. OLE color: 15045284.
HSL color Cylindrical-coordinate representation of color #A492E5: hue angle of 253.01º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A492E5 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 146 | 229 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.10 |
| HSL | 253.01º | 0.61% | 0.74% | - |
| HSV(B) | 253.01º | 0.36% | 0.9% | - |
| XYZ | 39.73 | 34.11 | 78.62 | - |
| YUV | 160.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 229 | 0.28 | 0.36 | 0 | 0.10 | 253.01 | 0.61 | 0.74 |
| Hex | A4 | 92 | E5 | 1C | 24 | 0 | A | FD | 3D | 4A |
| Octal | 244 | 222 | 345 | 34 | 44 | 0 | 12 | 375 | 75 | 112 |
| Binary | 10100100 | 10010010 | 11100101 | 11100 | 100100 | 0 | 1010 | 11111101 | 111101 | 1001010 |
Color Harmonies of #A492E5
Complementary color
Monochromatic Colors of #A492E5
Black with #A492E5
Text Example
Text Example
White with #A492E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492E5; }
p { color: rgb(164,146,229); }
H1.HeaderClassName
{
color: #A492E5;
}
.AnyTagClassName
{
color: #A492E5;
}
</style>
background-color css
<style>
a { background-color: #A492E5; }
a { background-color: rgb(164,146,229); }
div.DivClassName
{
background-color: #A492E5;
}
.BgClassName
{
background-color: #A492E5;
}
</style>
border-color css
<style>
span { border-color: #A492E5; }
span { border-color: rgb(164,146,229); }
td.TdClassName
{
border-color: #A492E5;
}
.TagClassName
{
border-color: #A492E5;
}
</style>