Shades of Biloba Flower #A68DEC
Tints of Biloba Flower #A68DEC
RGB
CMYK
RGB Variations
Color information
#A68DEC (or 0xA68DEC) is known color: Biloba Flower. HEX triplet: A6, 8D and EC. RGB value is (166,141,236). Sum of RGB (Red+Green+Blue) = 166+141+236=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A68DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DEC is #597213. Grayscale: #9E9E9E. Windows color (decimal): -5861908 or 15502758. OLE color: 15502758.
HSL color Cylindrical-coordinate representation of color #A68DEC: hue angle of 255.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68DEC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 141 | 236 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 255.79º | 0.71% | 0.74% | - |
| HSV(B) | 255.79º | 0.4% | 0.93% | - |
| XYZ | 40.39 | 33.21 | 83.64 | - |
| YUV | 159.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 236 | 0.30 | 0.40 | 0 | 0.07 | 255.79 | 0.71 | 0.74 |
| Hex | A6 | 8D | EC | 1E | 28 | 0 | 7 | 100 | 47 | 4A |
| Octal | 246 | 215 | 354 | 36 | 50 | 0 | 7 | 400 | 107 | 112 |
| Binary | 10100110 | 10001101 | 11101100 | 11110 | 101000 | 0 | 111 | 100000000 | 1000111 | 1001010 |
Color Harmonies of #A68DEC
Complementary color
Monochromatic Colors of #A68DEC
Black with #A68DEC
Text Example
Text Example
White with #A68DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DEC; }
p { color: rgb(166,141,236); }
H1.HeaderClassName
{
color: #A68DEC;
}
.AnyTagClassName
{
color: #A68DEC;
}
</style>
background-color css
<style>
a { background-color: #A68DEC; }
a { background-color: rgb(166,141,236); }
div.DivClassName
{
background-color: #A68DEC;
}
.BgClassName
{
background-color: #A68DEC;
}
</style>
border-color css
<style>
span { border-color: #A68DEC; }
span { border-color: rgb(166,141,236); }
td.TdClassName
{
border-color: #A68DEC;
}
.TagClassName
{
border-color: #A68DEC;
}
</style>