Shades of Biloba Flower #A68EED
Tints of Biloba Flower #A68EED
RGB
CMYK
RGB Variations
Color information
#A68EED (or 0xA68EED) is known color: Biloba Flower. HEX triplet: A6, 8E and ED. RGB value is (166,142,237). Sum of RGB (Red+Green+Blue) = 166+142+237=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EED is #597112. Grayscale: #9F9F9F. Windows color (decimal): -5861651 or 15568550. OLE color: 15568550.
HSL color Cylindrical-coordinate representation of color #A68EED: hue angle of 255.16º degrees, saturation: 0.73, 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 #A68EED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 142 | 237 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 255.16º | 0.73% | 0.74% | - |
| HSV(B) | 255.16º | 0.4% | 0.93% | - |
| XYZ | 40.68 | 33.57 | 84.46 | - |
| YUV | 160.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 237 | 0.30 | 0.40 | 0 | 0.07 | 255.16 | 0.73 | 0.74 |
| Hex | A6 | 8E | ED | 1E | 28 | 0 | 7 | FF | 49 | 4A |
| Octal | 246 | 216 | 355 | 36 | 50 | 0 | 7 | 377 | 111 | 112 |
| Binary | 10100110 | 10001110 | 11101101 | 11110 | 101000 | 0 | 111 | 11111111 | 1001001 | 1001010 |
Color Harmonies of #A68EED
Complementary color
Monochromatic Colors of #A68EED
Black with #A68EED
Text Example
Text Example
White with #A68EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EED; }
p { color: rgb(166,142,237); }
H1.HeaderClassName
{
color: #A68EED;
}
.AnyTagClassName
{
color: #A68EED;
}
</style>
background-color css
<style>
a { background-color: #A68EED; }
a { background-color: rgb(166,142,237); }
div.DivClassName
{
background-color: #A68EED;
}
.BgClassName
{
background-color: #A68EED;
}
</style>
border-color css
<style>
span { border-color: #A68EED; }
span { border-color: rgb(166,142,237); }
td.TdClassName
{
border-color: #A68EED;
}
.TagClassName
{
border-color: #A68EED;
}
</style>