Shades of Biloba Flower #A68BEA
Tints of Biloba Flower #A68BEA
RGB
CMYK
RGB Variations
Color information
#A68BEA (or 0xA68BEA) is known color: Biloba Flower. HEX triplet: A6, 8B and EA. RGB value is (166,139,234). Sum of RGB (Red+Green+Blue) = 166+139+234=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #A68BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BEA is #597415. Grayscale: #9D9D9D. Windows color (decimal): -5862422 or 15371174. OLE color: 15371174.
HSL color Cylindrical-coordinate representation of color #A68BEA: hue angle of 257.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68BEA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 139 | 234 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.08 |
| HSL | 257.05º | 0.69% | 0.73% | - |
| HSV(B) | 257.05º | 0.41% | 0.92% | - |
| XYZ | 39.81 | 32.51 | 82.02 | - |
| YUV | 157.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 234 | 0.29 | 0.41 | 0 | 0.08 | 257.05 | 0.69 | 0.73 |
| Hex | A6 | 8B | EA | 1D | 29 | 0 | 8 | 101 | 45 | 49 |
| Octal | 246 | 213 | 352 | 35 | 51 | 0 | 10 | 401 | 105 | 111 |
| Binary | 10100110 | 10001011 | 11101010 | 11101 | 101001 | 0 | 1000 | 100000001 | 1000101 | 1001001 |
Color Harmonies of #A68BEA
Complementary color
Monochromatic Colors of #A68BEA
Black with #A68BEA
Text Example
Text Example
White with #A68BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BEA; }
p { color: rgb(166,139,234); }
H1.HeaderClassName
{
color: #A68BEA;
}
.AnyTagClassName
{
color: #A68BEA;
}
</style>
background-color css
<style>
a { background-color: #A68BEA; }
a { background-color: rgb(166,139,234); }
div.DivClassName
{
background-color: #A68BEA;
}
.BgClassName
{
background-color: #A68BEA;
}
</style>
border-color css
<style>
span { border-color: #A68BEA; }
span { border-color: rgb(166,139,234); }
td.TdClassName
{
border-color: #A68BEA;
}
.TagClassName
{
border-color: #A68BEA;
}
</style>