Shades of Biloba Flower #A68BEC
Tints of Biloba Flower #A68BEC
RGB
CMYK
RGB Variations
Color information
#A68BEC (or 0xA68BEC) is known color: Biloba Flower. HEX triplet: A6, 8B and EC. RGB value is (166,139,236). Sum of RGB (Red+Green+Blue) = 166+139+236=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A68BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BEC is #597413. Grayscale: #9D9D9D. Windows color (decimal): -5862420 or 15502246. OLE color: 15502246.
HSL color Cylindrical-coordinate representation of color #A68BEC: hue angle of 256.7º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68BEC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 139 | 236 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.07 |
| HSL | 256.7º | 0.72% | 0.74% | - |
| HSV(B) | 256.7º | 0.41% | 0.93% | - |
| XYZ | 40.1 | 32.63 | 83.54 | - |
| YUV | 158.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 236 | 0.30 | 0.41 | 0 | 0.07 | 256.7 | 0.72 | 0.74 |
| Hex | A6 | 8B | EC | 1E | 29 | 0 | 7 | 101 | 48 | 4A |
| Octal | 246 | 213 | 354 | 36 | 51 | 0 | 7 | 401 | 110 | 112 |
| Binary | 10100110 | 10001011 | 11101100 | 11110 | 101001 | 0 | 111 | 100000001 | 1001000 | 1001010 |
Color Harmonies of #A68BEC
Complementary color
Monochromatic Colors of #A68BEC
Black with #A68BEC
Text Example
Text Example
White with #A68BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BEC; }
p { color: rgb(166,139,236); }
H1.HeaderClassName
{
color: #A68BEC;
}
.AnyTagClassName
{
color: #A68BEC;
}
</style>
background-color css
<style>
a { background-color: #A68BEC; }
a { background-color: rgb(166,139,236); }
div.DivClassName
{
background-color: #A68BEC;
}
.BgClassName
{
background-color: #A68BEC;
}
</style>
border-color css
<style>
span { border-color: #A68BEC; }
span { border-color: rgb(166,139,236); }
td.TdClassName
{
border-color: #A68BEC;
}
.TagClassName
{
border-color: #A68BEC;
}
</style>