Shades of Biloba Flower #A492E0
Tints of Biloba Flower #A492E0
RGB
CMYK
RGB Variations
Color information
#A492E0 (or 0xA492E0) is known color: Biloba Flower. HEX triplet: A4, 92 and E0. RGB value is (164,146,224). Sum of RGB (Red+Green+Blue) = 164+146+224=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #A492E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492E0 is #5B6D1F. Grayscale: #9F9F9F. Windows color (decimal): -5991712 or 14717604. OLE color: 14717604.
HSL color Cylindrical-coordinate representation of color #A492E0: hue angle of 253.85º degrees, saturation: 0.56, 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 #A492E0 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 146 | 224 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.12 |
| HSL | 253.85º | 0.56% | 0.73% | - |
| HSV(B) | 253.85º | 0.35% | 0.88% | - |
| XYZ | 39.04 | 33.83 | 74.99 | - |
| YUV | 160.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 224 | 0.27 | 0.35 | 0 | 0.12 | 253.85 | 0.56 | 0.73 |
| Hex | A4 | 92 | E0 | 1B | 23 | 0 | C | FE | 38 | 49 |
| Octal | 244 | 222 | 340 | 33 | 43 | 0 | 14 | 376 | 70 | 111 |
| Binary | 10100100 | 10010010 | 11100000 | 11011 | 100011 | 0 | 1100 | 11111110 | 111000 | 1001001 |
Color Harmonies of #A492E0
Complementary color
Monochromatic Colors of #A492E0
Black with #A492E0
Text Example
Text Example
White with #A492E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492E0; }
p { color: rgb(164,146,224); }
H1.HeaderClassName
{
color: #A492E0;
}
.AnyTagClassName
{
color: #A492E0;
}
</style>
background-color css
<style>
a { background-color: #A492E0; }
a { background-color: rgb(164,146,224); }
div.DivClassName
{
background-color: #A492E0;
}
.BgClassName
{
background-color: #A492E0;
}
</style>
border-color css
<style>
span { border-color: #A492E0; }
span { border-color: rgb(164,146,224); }
td.TdClassName
{
border-color: #A492E0;
}
.TagClassName
{
border-color: #A492E0;
}
</style>