Shades of Biloba Flower #A492E4
Tints of Biloba Flower #A492E4
RGB
CMYK
RGB Variations
Color information
#A492E4 (or 0xA492E4) is known color: Biloba Flower. HEX triplet: A4, 92 and E4. RGB value is (164,146,228). Sum of RGB (Red+Green+Blue) = 164+146+228=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #A492E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492E4 is #5B6D1B. Grayscale: #A0A0A0. Windows color (decimal): -5991708 or 14979748. OLE color: 14979748.
HSL color Cylindrical-coordinate representation of color #A492E4: hue angle of 253.17º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A492E4 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 146 | 228 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.11 |
| HSL | 253.17º | 0.6% | 0.73% | - |
| HSV(B) | 253.17º | 0.36% | 0.89% | - |
| XYZ | 39.59 | 34.05 | 77.88 | - |
| YUV | 160.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 228 | 0.28 | 0.36 | 0 | 0.11 | 253.17 | 0.6 | 0.73 |
| Hex | A4 | 92 | E4 | 1C | 24 | 0 | B | FD | 3C | 49 |
| Octal | 244 | 222 | 344 | 34 | 44 | 0 | 13 | 375 | 74 | 111 |
| Binary | 10100100 | 10010010 | 11100100 | 11100 | 100100 | 0 | 1011 | 11111101 | 111100 | 1001001 |
Color Harmonies of #A492E4
Complementary color
Monochromatic Colors of #A492E4
Black with #A492E4
Text Example
Text Example
White with #A492E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492E4; }
p { color: rgb(164,146,228); }
H1.HeaderClassName
{
color: #A492E4;
}
.AnyTagClassName
{
color: #A492E4;
}
</style>
background-color css
<style>
a { background-color: #A492E4; }
a { background-color: rgb(164,146,228); }
div.DivClassName
{
background-color: #A492E4;
}
.BgClassName
{
background-color: #A492E4;
}
</style>
border-color css
<style>
span { border-color: #A492E4; }
span { border-color: rgb(164,146,228); }
td.TdClassName
{
border-color: #A492E4;
}
.TagClassName
{
border-color: #A492E4;
}
</style>