Shades of Biloba Flower #A68EF9
Tints of Biloba Flower #A68EF9
RGB
CMYK
RGB Variations
Color information
#A68EF9 (or 0xA68EF9) is known color: Biloba Flower. HEX triplet: A6, 8E and F9. RGB value is (166,142,249). Sum of RGB (Red+Green+Blue) = 166+142+249=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A68EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EF9 is #597106. Grayscale: #A0A0A0. Windows color (decimal): -5861639 or 16354982. OLE color: 16354982.
HSL color Cylindrical-coordinate representation of color #A68EF9: hue angle of 253.46º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68EF9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 142 | 249 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.02 |
| HSL | 253.46º | 0.9% | 0.77% | - |
| HSV(B) | 253.46º | 0.43% | 0.98% | - |
| XYZ | 42.5 | 34.29 | 94 | - |
| YUV | 161.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 249 | 0.33 | 0.43 | 0 | 0.02 | 253.46 | 0.9 | 0.77 |
| Hex | A6 | 8E | F9 | 21 | 2B | 0 | 2 | FD | 5A | 4D |
| Octal | 246 | 216 | 371 | 41 | 53 | 0 | 2 | 375 | 132 | 115 |
| Binary | 10100110 | 10001110 | 11111001 | 100001 | 101011 | 0 | 10 | 11111101 | 1011010 | 1001101 |
Color Harmonies of #A68EF9
Complementary color
Monochromatic Colors of #A68EF9
Black with #A68EF9
Text Example
Text Example
White with #A68EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EF9; }
p { color: rgb(166,142,249); }
H1.HeaderClassName
{
color: #A68EF9;
}
.AnyTagClassName
{
color: #A68EF9;
}
</style>
background-color css
<style>
a { background-color: #A68EF9; }
a { background-color: rgb(166,142,249); }
div.DivClassName
{
background-color: #A68EF9;
}
.BgClassName
{
background-color: #A68EF9;
}
</style>
border-color css
<style>
span { border-color: #A68EF9; }
span { border-color: rgb(166,142,249); }
td.TdClassName
{
border-color: #A68EF9;
}
.TagClassName
{
border-color: #A68EF9;
}
</style>