Shades of Biloba Flower #A992E4
Tints of Biloba Flower #A992E4
RGB
CMYK
RGB Variations
Color information
#A992E4 (or 0xA992E4) is known color: Biloba Flower. HEX triplet: A9, 92 and E4. RGB value is (169,146,228). Sum of RGB (Red+Green+Blue) = 169+146+228=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #A992E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992E4 is #566D1B. Grayscale: #A1A1A1. Windows color (decimal): -5664028 or 14979753. OLE color: 14979753.
HSL color Cylindrical-coordinate representation of color #A992E4: hue angle of 256.83º 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 #A992E4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 146 | 228 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.11 |
| HSL | 256.83º | 0.6% | 0.73% | - |
| HSV(B) | 256.83º | 0.36% | 0.89% | - |
| XYZ | 40.64 | 34.59 | 77.93 | - |
| YUV | 162.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 228 | 0.26 | 0.36 | 0 | 0.11 | 256.83 | 0.6 | 0.73 |
| Hex | A9 | 92 | E4 | 1A | 24 | 0 | B | 101 | 3C | 49 |
| Octal | 251 | 222 | 344 | 32 | 44 | 0 | 13 | 401 | 74 | 111 |
| Binary | 10101001 | 10010010 | 11100100 | 11010 | 100100 | 0 | 1011 | 100000001 | 111100 | 1001001 |
Color Harmonies of #A992E4
Complementary color
Monochromatic Colors of #A992E4
Black with #A992E4
Text Example
Text Example
White with #A992E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992E4; }
p { color: rgb(169,146,228); }
H1.HeaderClassName
{
color: #A992E4;
}
.AnyTagClassName
{
color: #A992E4;
}
</style>
background-color css
<style>
a { background-color: #A992E4; }
a { background-color: rgb(169,146,228); }
div.DivClassName
{
background-color: #A992E4;
}
.BgClassName
{
background-color: #A992E4;
}
</style>
border-color css
<style>
span { border-color: #A992E4; }
span { border-color: rgb(169,146,228); }
td.TdClassName
{
border-color: #A992E4;
}
.TagClassName
{
border-color: #A992E4;
}
</style>