Shades of Biloba Flower #A68CCF
Tints of Biloba Flower #A68CCF
RGB
CMYK
RGB Variations
Color information
#A68CCF (or 0xA68CCF) is known color: Biloba Flower. HEX triplet: A6, 8C and CF. RGB value is (166,140,207). Sum of RGB (Red+Green+Blue) = 166+140+207=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCF is #597330. Grayscale: #9B9B9B. Windows color (decimal): -5862193 or 13601958. OLE color: 13601958.
HSL color Cylindrical-coordinate representation of color #A68CCF: hue angle of 263.28º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68CCF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 140 | 207 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.19 |
| HSL | 263.28º | 0.41% | 0.68% | - |
| HSV(B) | 263.28º | 0.32% | 0.81% | - |
| XYZ | 36.37 | 31.37 | 63.17 | - |
| YUV | 155.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 207 | 0.20 | 0.32 | 0 | 0.19 | 263.28 | 0.41 | 0.68 |
| Hex | A6 | 8C | CF | 14 | 20 | 0 | 13 | 107 | 29 | 44 |
| Octal | 246 | 214 | 317 | 24 | 40 | 0 | 23 | 407 | 51 | 104 |
| Binary | 10100110 | 10001100 | 11001111 | 10100 | 100000 | 0 | 10011 | 100000111 | 101001 | 1000100 |
Color Harmonies of #A68CCF
Complementary color
Monochromatic Colors of #A68CCF
Black with #A68CCF
Text Example
Text Example
White with #A68CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CCF; }
p { color: rgb(166,140,207); }
H1.HeaderClassName
{
color: #A68CCF;
}
.AnyTagClassName
{
color: #A68CCF;
}
</style>
background-color css
<style>
a { background-color: #A68CCF; }
a { background-color: rgb(166,140,207); }
div.DivClassName
{
background-color: #A68CCF;
}
.BgClassName
{
background-color: #A68CCF;
}
</style>
border-color css
<style>
span { border-color: #A68CCF; }
span { border-color: rgb(166,140,207); }
td.TdClassName
{
border-color: #A68CCF;
}
.TagClassName
{
border-color: #A68CCF;
}
</style>