Shades of Biloba Flower #A68CE7
Tints of Biloba Flower #A68CE7
RGB
CMYK
RGB Variations
Color information
#A68CE7 (or 0xA68CE7) is known color: Biloba Flower. HEX triplet: A6, 8C and E7. RGB value is (166,140,231). Sum of RGB (Red+Green+Blue) = 166+140+231=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #A68CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CE7 is #597318. Grayscale: #9D9D9D. Windows color (decimal): -5862169 or 15174822. OLE color: 15174822.
HSL color Cylindrical-coordinate representation of color #A68CE7: hue angle of 257.14º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68CE7 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 140 | 231 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.09 |
| HSL | 257.14º | 0.65% | 0.73% | - |
| HSV(B) | 257.14º | 0.39% | 0.91% | - |
| XYZ | 39.53 | 32.63 | 79.82 | - |
| YUV | 158.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 231 | 0.28 | 0.39 | 0 | 0.09 | 257.14 | 0.65 | 0.73 |
| Hex | A6 | 8C | E7 | 1C | 27 | 0 | 9 | 101 | 41 | 49 |
| Octal | 246 | 214 | 347 | 34 | 47 | 0 | 11 | 401 | 101 | 111 |
| Binary | 10100110 | 10001100 | 11100111 | 11100 | 100111 | 0 | 1001 | 100000001 | 1000001 | 1001001 |
Color Harmonies of #A68CE7
Complementary color
Monochromatic Colors of #A68CE7
Black with #A68CE7
Text Example
Text Example
White with #A68CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CE7; }
p { color: rgb(166,140,231); }
H1.HeaderClassName
{
color: #A68CE7;
}
.AnyTagClassName
{
color: #A68CE7;
}
</style>
background-color css
<style>
a { background-color: #A68CE7; }
a { background-color: rgb(166,140,231); }
div.DivClassName
{
background-color: #A68CE7;
}
.BgClassName
{
background-color: #A68CE7;
}
</style>
border-color css
<style>
span { border-color: #A68CE7; }
span { border-color: rgb(166,140,231); }
td.TdClassName
{
border-color: #A68CE7;
}
.TagClassName
{
border-color: #A68CE7;
}
</style>