Shades of Biloba Flower #A691E4
Tints of Biloba Flower #A691E4
RGB
CMYK
RGB Variations
Color information
#A691E4 (or 0xA691E4) is known color: Biloba Flower. HEX triplet: A6, 91 and E4. RGB value is (166,145,228). Sum of RGB (Red+Green+Blue) = 166+145+228=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #A691E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691E4 is #596E1B. Grayscale: #A0A0A0. Windows color (decimal): -5860892 or 14979494. OLE color: 14979494.
HSL color Cylindrical-coordinate representation of color #A691E4: hue angle of 255.18º degrees, saturation: 0.61, 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 #A691E4 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 145 | 228 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.11 |
| HSL | 255.18º | 0.61% | 0.73% | - |
| HSV(B) | 255.18º | 0.36% | 0.89% | - |
| XYZ | 39.85 | 33.96 | 77.85 | - |
| YUV | 160.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 228 | 0.27 | 0.36 | 0 | 0.11 | 255.18 | 0.61 | 0.73 |
| Hex | A6 | 91 | E4 | 1B | 24 | 0 | B | FF | 3D | 49 |
| Octal | 246 | 221 | 344 | 33 | 44 | 0 | 13 | 377 | 75 | 111 |
| Binary | 10100110 | 10010001 | 11100100 | 11011 | 100100 | 0 | 1011 | 11111111 | 111101 | 1001001 |
Color Harmonies of #A691E4
Complementary color
Monochromatic Colors of #A691E4
Black with #A691E4
Text Example
Text Example
White with #A691E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A691E4; }
p { color: rgb(166,145,228); }
H1.HeaderClassName
{
color: #A691E4;
}
.AnyTagClassName
{
color: #A691E4;
}
</style>
background-color css
<style>
a { background-color: #A691E4; }
a { background-color: rgb(166,145,228); }
div.DivClassName
{
background-color: #A691E4;
}
.BgClassName
{
background-color: #A691E4;
}
</style>
border-color css
<style>
span { border-color: #A691E4; }
span { border-color: rgb(166,145,228); }
td.TdClassName
{
border-color: #A691E4;
}
.TagClassName
{
border-color: #A691E4;
}
</style>