Shades of Biloba Flower #A68FE6
Tints of Biloba Flower #A68FE6
RGB
CMYK
RGB Variations
Color information
#A68FE6 (or 0xA68FE6) is known color: Biloba Flower. HEX triplet: A6, 8F and E6. RGB value is (166,143,230). Sum of RGB (Red+Green+Blue) = 166+143+230=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #A68FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FE6 is #597019. Grayscale: #9F9F9F. Windows color (decimal): -5861402 or 15110054. OLE color: 15110054.
HSL color Cylindrical-coordinate representation of color #A68FE6: hue angle of 255.86º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68FE6 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 143 | 230 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.10 |
| HSL | 255.86º | 0.64% | 0.73% | - |
| HSV(B) | 255.86º | 0.38% | 0.9% | - |
| XYZ | 39.83 | 33.47 | 79.22 | - |
| YUV | 159.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 230 | 0.28 | 0.38 | 0 | 0.10 | 255.86 | 0.64 | 0.73 |
| Hex | A6 | 8F | E6 | 1C | 26 | 0 | A | 100 | 40 | 49 |
| Octal | 246 | 217 | 346 | 34 | 46 | 0 | 12 | 400 | 100 | 111 |
| Binary | 10100110 | 10001111 | 11100110 | 11100 | 100110 | 0 | 1010 | 100000000 | 1000000 | 1001001 |
Color Harmonies of #A68FE6
Complementary color
Monochromatic Colors of #A68FE6
Black with #A68FE6
Text Example
Text Example
White with #A68FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FE6; }
p { color: rgb(166,143,230); }
H1.HeaderClassName
{
color: #A68FE6;
}
.AnyTagClassName
{
color: #A68FE6;
}
</style>
background-color css
<style>
a { background-color: #A68FE6; }
a { background-color: rgb(166,143,230); }
div.DivClassName
{
background-color: #A68FE6;
}
.BgClassName
{
background-color: #A68FE6;
}
</style>
border-color css
<style>
span { border-color: #A68FE6; }
span { border-color: rgb(166,143,230); }
td.TdClassName
{
border-color: #A68FE6;
}
.TagClassName
{
border-color: #A68FE6;
}
</style>