Shades of Biloba Flower #A694E2
Tints of Biloba Flower #A694E2
RGB
CMYK
RGB Variations
Color information
#A694E2 (or 0xA694E2) is known color: Biloba Flower. HEX triplet: A6, 94 and E2. RGB value is (166,148,226). Sum of RGB (Red+Green+Blue) = 166+148+226=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #A694E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694E2 is #596B1D. Grayscale: #A1A1A1. Windows color (decimal): -5860126 or 14849190. OLE color: 14849190.
HSL color Cylindrical-coordinate representation of color #A694E2: hue angle of 253.85º degrees, saturation: 0.57, 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 #A694E2 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 148 | 226 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.11 |
| HSL | 253.85º | 0.57% | 0.73% | - |
| HSV(B) | 253.85º | 0.35% | 0.89% | - |
| XYZ | 40.04 | 34.78 | 76.55 | - |
| YUV | 162.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 226 | 0.27 | 0.35 | 0 | 0.11 | 253.85 | 0.57 | 0.73 |
| Hex | A6 | 94 | E2 | 1B | 23 | 0 | B | FE | 39 | 49 |
| Octal | 246 | 224 | 342 | 33 | 43 | 0 | 13 | 376 | 71 | 111 |
| Binary | 10100110 | 10010100 | 11100010 | 11011 | 100011 | 0 | 1011 | 11111110 | 111001 | 1001001 |
Color Harmonies of #A694E2
Complementary color
Monochromatic Colors of #A694E2
Black with #A694E2
Text Example
Text Example
White with #A694E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694E2; }
p { color: rgb(166,148,226); }
H1.HeaderClassName
{
color: #A694E2;
}
.AnyTagClassName
{
color: #A694E2;
}
</style>
background-color css
<style>
a { background-color: #A694E2; }
a { background-color: rgb(166,148,226); }
div.DivClassName
{
background-color: #A694E2;
}
.BgClassName
{
background-color: #A694E2;
}
</style>
border-color css
<style>
span { border-color: #A694E2; }
span { border-color: rgb(166,148,226); }
td.TdClassName
{
border-color: #A694E2;
}
.TagClassName
{
border-color: #A694E2;
}
</style>