Shades of Biloba Flower #A68EFA
Tints of Biloba Flower #A68EFA
RGB
CMYK
RGB Variations
Color information
#A68EFA (or 0xA68EFA) is known color: Biloba Flower. HEX triplet: A6, 8E and FA. RGB value is (166,142,250). Sum of RGB (Red+Green+Blue) = 166+142+250=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A68EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EFA is #597105. Grayscale: #A1A1A1. Windows color (decimal): -5861638 or 16420518. OLE color: 16420518.
HSL color Cylindrical-coordinate representation of color #A68EFA: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68EFA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 142 | 250 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.02 |
| HSL | 253.33º | 0.92% | 0.77% | - |
| HSV(B) | 253.33º | 0.43% | 0.98% | - |
| XYZ | 42.65 | 34.36 | 94.83 | - |
| YUV | 161.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 250 | 0.34 | 0.43 | 0 | 0.02 | 253.33 | 0.92 | 0.77 |
| Hex | A6 | 8E | FA | 22 | 2B | 0 | 2 | FD | 5C | 4D |
| Octal | 246 | 216 | 372 | 42 | 53 | 0 | 2 | 375 | 134 | 115 |
| Binary | 10100110 | 10001110 | 11111010 | 100010 | 101011 | 0 | 10 | 11111101 | 1011100 | 1001101 |
Color Harmonies of #A68EFA
Complementary color
Monochromatic Colors of #A68EFA
Black with #A68EFA
Text Example
Text Example
White with #A68EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EFA; }
p { color: rgb(166,142,250); }
H1.HeaderClassName
{
color: #A68EFA;
}
.AnyTagClassName
{
color: #A68EFA;
}
</style>
background-color css
<style>
a { background-color: #A68EFA; }
a { background-color: rgb(166,142,250); }
div.DivClassName
{
background-color: #A68EFA;
}
.BgClassName
{
background-color: #A68EFA;
}
</style>
border-color css
<style>
span { border-color: #A68EFA; }
span { border-color: rgb(166,142,250); }
td.TdClassName
{
border-color: #A68EFA;
}
.TagClassName
{
border-color: #A68EFA;
}
</style>