Shades of Biloba Flower #A68EF1
Tints of Biloba Flower #A68EF1
RGB
CMYK
RGB Variations
Color information
#A68EF1 (or 0xA68EF1) is known color: Biloba Flower. HEX triplet: A6, 8E and F1. RGB value is (166,142,241). Sum of RGB (Red+Green+Blue) = 166+142+241=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #A68EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EF1 is #59710E. Grayscale: #A0A0A0. Windows color (decimal): -5861647 or 15830694. OLE color: 15830694.
HSL color Cylindrical-coordinate representation of color #A68EF1: hue angle of 254.55º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68EF1 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 142 | 241 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.05 |
| HSL | 254.55º | 0.78% | 0.75% | - |
| HSV(B) | 254.55º | 0.41% | 0.95% | - |
| XYZ | 41.28 | 33.8 | 87.57 | - |
| YUV | 160.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 241 | 0.31 | 0.41 | 0 | 0.05 | 254.55 | 0.78 | 0.75 |
| Hex | A6 | 8E | F1 | 1F | 29 | 0 | 5 | FF | 4E | 4B |
| Octal | 246 | 216 | 361 | 37 | 51 | 0 | 5 | 377 | 116 | 113 |
| Binary | 10100110 | 10001110 | 11110001 | 11111 | 101001 | 0 | 101 | 11111111 | 1001110 | 1001011 |
Color Harmonies of #A68EF1
Complementary color
Monochromatic Colors of #A68EF1
Black with #A68EF1
Text Example
Text Example
White with #A68EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EF1; }
p { color: rgb(166,142,241); }
H1.HeaderClassName
{
color: #A68EF1;
}
.AnyTagClassName
{
color: #A68EF1;
}
</style>
background-color css
<style>
a { background-color: #A68EF1; }
a { background-color: rgb(166,142,241); }
div.DivClassName
{
background-color: #A68EF1;
}
.BgClassName
{
background-color: #A68EF1;
}
</style>
border-color css
<style>
span { border-color: #A68EF1; }
span { border-color: rgb(166,142,241); }
td.TdClassName
{
border-color: #A68EF1;
}
.TagClassName
{
border-color: #A68EF1;
}
</style>