Shades of Biloba Flower #A68BED
Tints of Biloba Flower #A68BED
RGB
CMYK
RGB Variations
Color information
#A68BED (or 0xA68BED) is known color: Biloba Flower. HEX triplet: A6, 8B and ED. RGB value is (166,139,237). Sum of RGB (Red+Green+Blue) = 166+139+237=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BED is #597412. Grayscale: #9D9D9D. Windows color (decimal): -5862419 or 15567782. OLE color: 15567782.
HSL color Cylindrical-coordinate representation of color #A68BED: hue angle of 256.53º degrees, saturation: 0.73, 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 #A68BED is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 139 | 237 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.07 |
| HSL | 256.53º | 0.73% | 0.74% | - |
| HSV(B) | 256.53º | 0.41% | 0.93% | - |
| XYZ | 40.24 | 32.69 | 84.31 | - |
| YUV | 158.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 237 | 0.30 | 0.41 | 0 | 0.07 | 256.53 | 0.73 | 0.74 |
| Hex | A6 | 8B | ED | 1E | 29 | 0 | 7 | 101 | 49 | 4A |
| Octal | 246 | 213 | 355 | 36 | 51 | 0 | 7 | 401 | 111 | 112 |
| Binary | 10100110 | 10001011 | 11101101 | 11110 | 101001 | 0 | 111 | 100000001 | 1001001 | 1001010 |
Color Harmonies of #A68BED
Complementary color
Monochromatic Colors of #A68BED
Black with #A68BED
Text Example
Text Example
White with #A68BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BED; }
p { color: rgb(166,139,237); }
H1.HeaderClassName
{
color: #A68BED;
}
.AnyTagClassName
{
color: #A68BED;
}
</style>
background-color css
<style>
a { background-color: #A68BED; }
a { background-color: rgb(166,139,237); }
div.DivClassName
{
background-color: #A68BED;
}
.BgClassName
{
background-color: #A68BED;
}
</style>
border-color css
<style>
span { border-color: #A68BED; }
span { border-color: rgb(166,139,237); }
td.TdClassName
{
border-color: #A68BED;
}
.TagClassName
{
border-color: #A68BED;
}
</style>